content_cdata_valid.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
content_cdata_valid.xml (117B) | |
--- | |
1 <feed> | |
2 <entry> | |
3 <!-- This is some cdata tag: --> | |
4 <content type="text"><![CDATA[THE END.]]></content> | |
5 </entry> | |
6 </feed> |