invalid_xml_entity.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
---
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>