It outputs:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>$siteTitle</title>
<link>$feedLink</link>
<description>$description</description>
<language>$language</language>
<copyright>$copyright</copyright>
<webMaster>$webMaster</webMaster>
<pubDate>$publishedDate</pubDate>
<category>$category1</category>
<category>$category2</category>
<category>$category3</category>
<ttl>$timetolive</ttl>
<!--for each page included in the snippet configuration, an item is generated-->
<item>
<title>{itemTitle}</title>
<link>{contentLink}</link>
<description>{itemDescription}</description>
<guid isPermalink="true">{contentLink}</guid>
<pubDate>{pubDate}</pubDate>
</item>
</channel>
</rss>
If anyone wants to try it out or offer feedback before it is finalised and posted to the snippet library, it can be found here in my blog.
[EDIT 11/10/07] Now posted to the snippet library.
Edited by Cris D., 11 October 2007 - 01:02 AM.











