summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/dtd01.xml
blob: 3af805c7b18eb7c4425b1cf36c8036873b9d7720 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE root [
    <!ELEMENT root (foo, bar? | foo)>
	<!-- comma swapped for vertical bar -->
    <!ELEMENT foo EMPTY>
    <!ELEMENT bar EMPTY>
]>

<root> <foo/> <foo/> </root>