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