Forum Moderators: open
I've made my own RSS xml feed/file. I added it to thunderbird, and it reads other RSS feeds fine, but it wont update mine.
When i added it, it was fine, it downloaded the one and only item in there. But now I've added a 2nd item, it doesnt update. I've uploaded the file to my website, and it looks fine and is valid.
The title and description is different, I've added a <pubDate> on the 2nd one but the link is the same in the 2 items, would this stop it or not?
If not, then why would it not update?
How long are you waiting for the feed to update? Sometimes it can take a while depending on the software's update schedule.
Heres what i have, although ive only put the one item in there. The only other item is pretty much the same except without the pubDate.
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>RSS News Feed</title>
<link>http://www.example.com/</link>
<description>Updates and latest news.</description>
<language>en-us</language>
<docs>http://www.example.com/news.xml</docs>
<item>
<title>News Title</title>
<description>
<img src="http://www.example.com/image.jpg "><br />
See the latest news and images at <a href="http://www.example.com/image/">photo blog page</a>. Some more description</description>
<pubDate>Thu, 15 Jan 2009 11:00:00 GMT</pubDate>
<link>http://www.example.com/image/</link>
</item>
</channel>
</rss>