summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P62/ibm62v05.xml
blob: ec8583d3c0fc80eb8810fd97242ab1e8d7a12a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml  version="1.0"?>
<!-- syntax test for Production 62-->
<!DOCTYPE animal SYSTEM "ibm62v05.dtd"
[
<!ELEMENT animal ANY>
<!ELEMENT tiger EMPTY>
]>

<animal>
 <tiger/>
Positive test. Missing external subset declaration.
</animal>