8/12/2003 01:07:00 PM
I have an update to setting up an RSS feed in blogger. The timezone needs to be specified correctly. I recommend setting that blog to GMT and the coding your template to match. Set the Date format to "8/8/2003 01:34:45 PM" as well.
<?xml version="1.0"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Call Me Al</title> <link>http://alanjstr.blogspot.com</link> <description>My MozBlog</description> <language>"en-us"</language> <Blogger> <item> <$BlogItemBody$> <dc:date><$BlogItemDateTime$> GMT</dc:date> </item> </Blogger> </channel> </rss>
This is what I put for each entry
<title>entry title</title> <link>link to the entry</link> <description>entry description</description>
But when you post it in Blogger, it argues about the <title> tag. Click cancel. Even if you did Post & Publish before, you have to click Publish again. I've reported the bug to Blogger, but no response yet.
