summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P29/ibm29n07.xml
blob: 40b5c902813f52db2a491465aed13afc54e1281b (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE animal [
   <!ELEMENT animal ANY>
   <!ENTITY % parameterE "cat SYSTEM">
   <!NOTATION %parameterE; "cat.txt">
]>
<!-- Parameter reference appears inside a NotationDecl in DTD -->
<animal>Any content</animal>