summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P60/ibm60n06.xml
blob: a75590891881460d34ba6e760bae404e889ec31f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml  version="1.0"?>
<!-- syntax test for Production 60-->
<!DOCTYPE Java 
 [
 <!ELEMENT Java ANY>
 <!ELEMENT one EMPTY>
 <!ATTLIST one chapter CDATA "Introduction" #FIXED>
 ]>
<Java>
<one chapter="Introduction"></one>
Negative test. Wrong Ordering
</Java>