summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P47/ibm47n05.xml
blob: 1ad4977fe06971d9ba44e9e6a49908b9a4587514 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root (#PCDATA)>
<!ELEMENT a ANY>
<!ELEMENT b ANY>
<!--* Wrong ordering in children *-->
<!ELEMENT aElement +(a|a) >
]>
<root>Any content</root>