|
|
enclosure_invalid_but_supported.xml - sfeed_tests - sfeed tests and RSS and Atom files |
|
|
 |
git clone git://git.codemadness.org/sfeed_tests (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
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> |
|