summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/xml-1.1/invalid/P46/ibm46i01.xml
blob: 4acbdc8c2b53eb7235b1135bd66ad7bc80fbbf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.1"?>
<!DOCTYPE root [
<!ENTITY int "&#x85;">
<!ELEMENT root (a)>
<!ELEMENT a EMPTY>
]>
<!-- Invalid because NEL and LSEP are not allowed as whitespace. -->
<root>&int;
    <a/>
</root>