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

<!DOCTYPE root SYSTEM "sa.dtd">

<root>
    <child>
    The whitespace before and after this element keeps
    this from being standalone.
    </child>
</root>