|
Posted by Gilles Ganault on 05/30/07 23:43
On Wed, 30 May 2007 20:51:59 +0200, Gilles Ganault <nospam@nospam.com>
wrote:
>Apparently, it's not that complex, and I just need to create a text
>file that looks like this:
For those interested, it can be even simpler:
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>My Dummy Channel</title>
<link>http://www.acme.com/rss.xml</link>
<description>Some dummy channel</description>
<item>
<title>Test</title>
<link>http://www.acme.com/article.php?123</link>
<description>A basic description</description>
<guid isPermaLink="false">123</guid>
</item>
</channel>
</rss>
Items can even have the same title: Just incrementing GUID is enough
for RSS clients to tell new items from old ones.
HTH,
Navigation:
[Reply to this message]
|