I have a Perl script that creates a new version of this file every hour. But I’ve tried two RSS readers and they’re not receiving the updates. What do you suggest?
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>
<channel>
<title>Test News Feed</title>
<link>http://test.com/</link>
<description>News feed for testing</description>
<language>en-us</language>
<pubDate>Thu, 18 Feb 2010 17:00:02 -0500</pubDate>
<lastBuildDate>Thu, 18 Feb 2010 17:00:02 -0500</lastBuildDate>
<item>
<title>Lastest test feed</title>
<description>Summary of latest test</description>
<guid isPermaLink="true">http://test.com/test.html</guid>
<pubDate>Thu, 18 Feb 2010 17:00:02 -0500</pubDate>
</item>
</channel>
</rss>