invalid_xml_entity.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
invalid_xml_entity.xml (173B) | |
--- | |
1 <feed> | |
2 | |
3 <entry> | |
4 <!-- invalid: x must be lowercase --> | |
5 <title>A B C</title> | |
6 </entry> | |
7 | |
8 <entry> | |
9 <!-- valid: x is lowercase --> | |
10 <title>A B C</title> | |
11 </entry> | |
12 | |
13 </feed> |