summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P60/ibm60n05.xml
blob: efcc47186b382ea37479661ffcd8acd4d4b7bf26 (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 #FIXED"Introduction">
 ]>
<Java>
<one chapter="Introduction"></one>
Negative test. Missing required field(#FIXED should have a space before value)
</Java>