<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>RSS Title</title>
        <description>This is an example of an RSS feed</description>
        <link>http://www.someexamplerssdomain.com/main.html</link>
        <lastBuildDate>Mon, 06 Sep 2010 00:01:00 GMT</lastBuildDate>
        <pubDate>Mon, 06 Sep 2009 16:45:00 GMT</pubDate>
        <ttl>1800</ttl>

        <item>
            <title>Example entry</title>
            <description>Here is a short summary...</description>
            <content:encoded>Here is the real content</content:encoded>
            <link>http://www.wikipedia.org/</link>
            <guid>unique string per item</guid>
            <pubDate>Mon, 06 Sep 2009 16:45:00 GMT</pubDate>
            <author>John Doe</author>
            <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" length="12216320" type="audio/mpeg" />
        </item>
    </channel>
</rss>
