<?xml version="1.0" ?>
<!-- Example RSS Feed after adding the One-Click Subscribe atom:link element -->
<rss version="2.0">
<channel>
    <!-- Standard RSS channel elements -->
    <title>Title of Podcast</title>
    <description>Description of Podcsat</description>
    <link>http://www.podcast-website.com</link>
    <language>en-us</language>
    <lastBuildDate>Sat, 28 May 2005 14:30:00 -0500</lastBuildDate>
    <pubDate>Sat, 28 May 2005 14:30:00 -0500</pubDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <webMaster>webmaster@podcast-website.com</webMaster>

    <!-- One-Click Subscribe Support added here -->
    <atom:link xmlns:atom="http://purl.org/atom/ns#"
        rel="self"
        type="application/rss+xml"
        title="Title of Podcast"
        href="http://www.podcast-website.com/feed.xml" />
	
    <!-- Example Item -->
    <item>
    <title>Title of Podcast Episode</title>
    <link>http://example.com/podcast001.mp3</link>
    <description>Description of this item</description>
    <enclosure url="http://example.com/podcast001.mp3" length="10102201" type="audio/mpeg"/>
    <category>Podcasts</category>
    <pubDate>Sat, 28 May 2005 14:30:00 -0500</pubDate>
    </item>
</channel>
</rss>