content_type_attr_buffering.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
---
content_type_attr_buffering.xml (265B)
---
1 <feed>
2
3 <!-- this was a minor bug in sfeed, due to the attr entity buffering it
4 would read the value after the entity (in xmlattr()) -->
5 <entry><content type="plain&html"></content></entry>
6 <entry><content type="html&plain"></content></entry>
7
8 </feed>