summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/oasis/p12fail3.xml
blob: a24fe8bc45e8bac3d8aec61f09b69e00d2e8cfb6 (plain)
1
2
3
4
5
6
7
8
<!--Inability to resolve a notation should not be reported as an error-->
<!DOCTYPE doc
[
<!ELEMENT doc EMPTY>
<!ENTITY x "x">
<!NOTATION not1 PUBLIC "&x;">
]>
<doc/>