summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P63/ibm63n01.xml
blob: 1312eb6f017cfe449cb54d3cfe220dc3b3c61505 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml  version="1.0"?>
<!-- syntax test for Production 63-->
<!DOCTYPE animal SYSTEM "ibm63n01.dtd"
[
<!ELEMENT animal ANY>
<!ELEMENT tiger (#PCDATA)>
<!ATTLIST animal a (tiger) #REQUIRED> 
]>
<animal a = "TIGER1">
Negative test. Case sensitive(ignore is used instead of IGNORE).
</animal>