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

<!DOCTYPE root [
    <!ELEMENT root (child)*>
    <!ELEMENT child (#PCDATA)>
]>

<root>
    <child>
    The whitespace around this element would be
    invalid as standalone were the DTD external.
    </child>
</root>