summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/not-sa14.xml
blob: f3b3ee2092b27d2c784af87f89c320ffdfaa78da (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version='1.0' standalone='yes'?>

<!DOCTYPE root SYSTEM "../valid/sa.dtd">
    
<root><![CDATA[
    ]]><child>
    The whitespace before and after this element keeps
    this from being standalone.  (CDATA is just another
    way to represent text...)
    </child><![CDATA[
]]></root>