<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<title>Foo</title>
<link>http://www.example.com</link>
<item>
<title>Bar</title>
<description>Description</description>
<enclosure url="http://cdn.example.org/foo.mp3" length="28413787" type="audio/mpeg" />
<pubDate>Wed, 27 Apr 2011 07:00:00 GMT</pubDate>
<media:content url="http://cdn.example.org/foo.mp3" fileSize="28413787" type="audio/mpeg" />
</item>
</channel>
</rss>
|