1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>my weblog</title>
<link>http://example.com/blog/</link>
<description>my description</description>
<item>
<comments>http://example.com/blog/this_is_an_item.html#comments</comments>
<author>blog@synflood.at (Andreas Krennmair)</author>
<pubDate>Fri, 12 Dec 2008 02:36:10 +0100</pubDate>
<guid isPermaLink="false">http://example.com/blog/this_is_an_item.html</guid>
<media:description type="html">media html content</media:description>
<media:title>using multiple media tags</media:title>
<media:player url="http://example.com/player.html"/>
</item>
<item>
<comments>http://example.com/blog/this_is_an_item.html#comments</comments>
<author>blog@synflood.at (Andreas Krennmair)</author>
<pubDate>Fri, 12 Dec 2008 02:36:10 +0100</pubDate>
<guid isPermaLink="false">http://example.com/blog/this_is_an_item.html</guid>
<media:group>
<media:content>
<media:description type="html">nested media html content</media:description>
<media:title>using multiple media tags nested in group/content</media:title>
<media:player url="http://example.com/player.html"/>
</media:content>
</media:group>
</item>
<item>
<comments>http://example.com/blog/this_is_an_item.html#comments</comments>
<author>blog@synflood.at (Andreas Krennmair)</author>
<pubDate>Fri, 12 Dec 2008 02:36:10 +0100</pubDate>
<guid isPermaLink="false">http://example.com/blog/using-media-content.html</guid>
<media:content url="http://example.com/media-test.png" type="image/png" />
<media:content url="http://example.com/movie.mov" type="video/quicktime" />
</item>
</channel>
</rss>
|