Files
RSXML2/RSXMLTests/Resources/lower-ascii.rss
relikd d9b6641a99 Fix crash when libxml set error in @autoreleasepool
- libxml will return first parsing error instead of last one
- option to replace lower ascii chars with whitespace
2019-03-06 02:05:09 +01:00

30 lines
789 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>Feed Title</title>
<item>
<title>1</title>
<link>http://someurl.com/1/</link>
<description><![CDATA[Description of first]]></description>
</item>
<item>
<title>2</title>
<link>http://someurl.com/2/</link>
<description><![CDATA[Description with  NULL values]]></description>
</item>
<item>
<title>3</title>
<link>http://someurl.com/3/</link>
<description><![CDATA[Description of third]]></description>
</item>
<item>
<title>4</title>
<link>http://someurl.com/4/</link>
<description><![CDATA[Description of fourth]]></description>
</item>
<item>
<title>5</title>
<link>http://someurl.com/5/</link>
<description><![CDATA[Description of fifth]]></description>
</item>
</channel>
</rss>