<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>

  <title>Title of whole shows/publications, not just individual episodes/articles</title>
  <link>http://showurl.xxx</link>
  <description>Description of show</description>
  <language>en-us</language>
  <copyright>Copyright Year. Copyright Holder</copyright>
  <pubDate>Sun, 03 Dec 2006 12:00:00 EST</pubDate>
  <lastBuildDate>Sun, 03 Dec 2006 12:00:00 EST</lastBuildDate>
  <webMaster>webmaster@something.com (FirstName LastName)</webMaster>

   <item>
    <title>Episode or Article Title</title>
    <link>http://linktoactualfile.com/episode.fileextension</link>
    <description>Short general description of episode or article</description>
    <pubDate>Fri, 01 Dec 2006 15:00:00 EST</pubDate>
	<guid isPermaLink="true">http://linktoactualfile.com/episode.fileextension</guid>
	<enclosure url="http://linktoactualfile.com/episode.fileextension" length="99999999" type="audio/mpeg" />
   </item>

  </channel>
  </rss>
  

