enclosure_prio.xml - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
enclosure_prio.xml (321B)
---
1 <rss>
2 <channel>
3
4 <item>
5 <enclosure url="http://a/" />
6 <enclosure url="http://b/" />
7 </item>
8
9 <item>
10 <media:content url="http://a/" />
11 </item>
12
13 <item>
14 <media:content url="http://c/" />
15 <enclosure url="http://a/" />
16 </item>
17
18 <item>
19 <enclosure url="http://a/" />
20 <media:content url="http://c/" />
21 </item>
22
23 </channel>
24 </rss>