Page is a not externally linkable
surrealillusions - 9:48 pm on Jan 18, 2009 (gmt 0)
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" ?>
I built it from scratch using some online tutorials and looking at other RSS feeds.
<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>