summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/oasis/p76fail4.xml
blob: 02c5b12424ef6c0f44fd0d816a160f777b28f3f9 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE doc
[
<!ELEMENT doc (#PCDATA)>
<!NOTATION unknot PUBLIC "Unknown">
<!--error should be reported here, not at <!Notation-->
<!ENTITY ge SYSTEM "nop.ent" NDATA -unknot>
<!NOTATION -unknot PUBLIC "Unknown">
]>
<doc/>