S
sck10
Hello,
I created an ashx file for my rss feed (rss.ashx). I notice on the site
(http://rss.msnbc.msn.com/id/3032091/device/rss/rss.xml) that the date
(Yesterday, October 30, 2006, 3:02:37 PM) is shown above the "description"
tag and in front of the green arrow. My question is, what tag shows this
date?
On my a page, the date doesn't show.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>RSS Feed</title>
<link>http://mylink.com</link>
<description>Home Site</description>
<ttl>60</ttl>
<item>
<title><![CDATA[ Allcatel-Lucent Merger Update ]]></title>
<link>http://MERGER_0.HTML</link>
<guid isPermaLink="true">http://MERGER_0.HTML</guid>
<description><![CDATA[ Alcatel and converged networks. ]]>
</description>
<pubDate>12/30/2006 7:05:00 PM</pubDate>
</item>
</channel>
</rss>
Thanks, sck10
I created an ashx file for my rss feed (rss.ashx). I notice on the site
(http://rss.msnbc.msn.com/id/3032091/device/rss/rss.xml) that the date
(Yesterday, October 30, 2006, 3:02:37 PM) is shown above the "description"
tag and in front of the green arrow. My question is, what tag shows this
date?
On my a page, the date doesn't show.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>RSS Feed</title>
<link>http://mylink.com</link>
<description>Home Site</description>
<ttl>60</ttl>
<item>
<title><![CDATA[ Allcatel-Lucent Merger Update ]]></title>
<link>http://MERGER_0.HTML</link>
<guid isPermaLink="true">http://MERGER_0.HTML</guid>
<description><![CDATA[ Alcatel and converged networks. ]]>
</description>
<pubDate>12/30/2006 7:05:00 PM</pubDate>
</item>
</channel>
</rss>
Thanks, sck10