> <item> > <title>some title</title> > <description>description goes here</description> > <pubDate>Fri Sep 16 18:27:09 CEST 2005</pubDate> > </item> Oh, and one thing. I am not sure about the versions. But I made mine upon some other already working. I am using mime type application/rss+xml and rss version 2.0. Here's PHP code that I wrote for the header:
<? header("Content-Type: application/rss+xml"); echo "<?xml version=\"1.0\" encoding=\"iso-8859-2\" standalone=\"yes\"?>"; echo "<rss version=\"2.0\">"; ?> -- Maciej