First cut at enclosures
[catagits/XML-Feed.git] / t / samples / atom-enclosure.xml
CommitLineData
12a4079f 1<?xml version="1.0" encoding="utf-8" ?>
2
3<feed xmlns="http://www.w3.org/2005/Atom">
4 <title>Enclosure Demo</title>
5 <updated>2008-10-13T07:45:39Z</updated>
6 <entry>
7 <title>Attachment/Enclosure Example</title>
8 <updated>2004-11-02T14:44:33</updated>
9 <content>description</content>
10 <link rel="enclosure" href="http://example.com/sample_podcast.mp3" length="2478719" type="audio/mpeg" />
11 </entry>
12</feed>
13