enclosure_invalid_but_supported.xml - sfeed_tests - sfeed tests and RSS and Atom files
HTML git clone git://git.codemadness.org/sfeed_tests
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
enclosure_invalid_but_supported.xml (255B)
---
1 <rss>
2 <channel>
3
4 <!-- this is a non-standard format but supported too -->
5 <item>
6 <enclosure>http://a/</enclosure>
7 </item>
8
9 <!-- test if its malformed and contains both -->
10 <item>
11 <enclosure url="http://b/">http://c/</enclosure>
12 </item>
13
14 </channel>
15 </rss>