<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Any Title</title>
<description>blah blah blah</description>
<link>http://mywebsite.com</link>
<language>en-us</language>
<copyright>Copyright 2010</copyright>
<lastBuildDate>Wed, 11 Aug 2010 11:30:00 -0500</lastBuildDate>
<pubDate>Wed, 11 Aug 2010 11:30:00 -0500</pubDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<webMaster>me@mywebsite.com</webMaster>


<item>
<title>Lesson One</title>
<link>http://mywebsite.com</link>
<guid>http://mywebsite.com/file.mp3</guid>
<description>blah blah blah</description>
<enclosure url="http:/mywebsite.com/file.mp3" length="7000000" type="audio/mpeg"/>
<category>Podcasts</category>
<pubDate>Wed, 11 Aug 2010 11:30:00 -0500</pubDate>
</item>

</channel>
</rss>