<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Sample Podcast</title>
      <link>http://podcast.massyn.net/sample/</link>
      <description>This is just a sample podcast.</description>

      <item>
         <title>Pilot episode</title>
         <link>http://podcast.massyn.net</link>
         <description>The first episode of this show.</description>
         <pubDate>Sat, 09 Feb 2008 09:39:21 GMT</pubDate>
	 <enclosure url="http://podcast.massyn.net/sample/sample1.mp3" length="36362" type="audio/mpeg" />
      </item>

      <item>
         <title>Episode 2</title>
         <link>http://podcast.massyn.net</link>
         <description>The last episode of this show.</description>
         <pubDate>Sun, 10 Feb 2008 09:39:21 GMT</pubDate>
	 <enclosure url="http://podcast.massyn.net/sample/sample2.mp3" length="48483" type="audio/mpeg" />
      </item>

   </channel>
</rss>