summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P50/ibm50i01.dtd
blob: 1439a1738f97cc9665ce5633b70b26c0b887fcac (plain)
1
2
3
4
5
6
7
8
9
10
<!ELEMENT a EMPTY>
<!ELEMENT b (#PCDATA|c)* >
<!ELEMENT c ANY>

<!--* PE replace Text has no closing parentheses *-->
<!ENTITY % choice1 "(a,b,c">
<!ELEMENT child1 (%choice1;)|c) >