First cut at enclosures
[catagits/XML-Feed.git] / t / samples / rss20-enclosure.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <rss version="2.0"
4   xmlns:ent="http://www.purl.org/NET/ENT/1.0/"
5   xmlns:dc="http://purl.org/dc/elements/1.1/">
6 <channel>
7   <title>Enclosure Demo</title>
8   <lastBuildDate>Mon, 13 Oct 2008 03:45:39 -0400</lastBuildDate>
9   <item>
10     <title>Attachment/Enclosure Example</title>
11     <pubDate>Tue, 02 Nov 2004 09:44:33 -0500</pubDate>
12     <description>description</description>
13     <enclosure url="http://example.com/sample_podcast.mp3" length="2478719" type="audio/mpeg" />
14   </item>
15 </channel>
16 </rss>
17