summaryrefslogtreecommitdiffstats
path: root/test/xml/cdata-1/input.xml
blob: d5f4e5fb6334ef8409c370460690c475892cca04 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<root>
    <header><![CDATA[simple text]]></header>
    <header><![CDATA[[[inside double braces]]]]></header>
    <header><![CDATA[multiple]]><![CDATA[CDATA]]><![CDATA[in succession]]></header>
    <header><![CDATA[<html><body>...</body></html>]]></header><!-- make sure tags are not parsed as xml -->
    <header><![CDATA[!@#$%^&*()]]></header>
    <header><![CDATA[$amp;]]></header><!-- encoded characters are taken literally without decoding -->
    <header>Normal character data and <![CDATA[CDATA]]></header>
</root>