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

<!DOCTYPE root SYSTEM "../valid/sa.dtd">
    
<root>
    <child>
    The whitespace before and after this element keeps
    this from being standalone.
    </child>
</root>