link_rel_attr_buffering.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
link_rel_attr_buffering.xml (360B) | |
--- | |
1 <!-- this is/was a minor bug in sfeed, due to the attr entity buffering … | |
2 would read the value after the entity (in xmlattr()) --> | |
3 | |
4 <feed> | |
5 <entry><link rel="enclosure&alternate" type="text/html" href="https:… | |
6 | |
7 <entry><link rel="alternate&enclosure" type="text/html" href="https:… | |
8 </feed> |