enclosure_prio.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
enclosure_prio.xml (358B) | |
--- | |
1 <feed> | |
2 | |
3 <entry> | |
4 <link href="http://a/" rel="enclosure" /> | |
5 <link href="http://b/" rel="enclosure" /> | |
6 </entry> | |
7 | |
8 <entry> | |
9 <media:content url="http://a/" /> | |
10 </entry> | |
11 | |
12 <entry> | |
13 <media:content url="http://c/" /> | |
14 <link href="http://a/" rel="enclosure" /> | |
15 </entry> | |
16 | |
17 <entry> | |
18 <link href="http://a/" rel="enclosure" /> | |
19 <media:content url="http://c/" /> | |
20 </entry> | |
21 | |
22 </feed> |