summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P59/ibm59n02.xml
blob: 1e3417ff6c80ce87efb05ba886fdcdc0a38321e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml  version="1.0"?>
<!-- syntax test for Production 59-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT enum (#PCDATA)>
 <!ATTLIST one attr (enum #IMPLIED>
 ]>
 <test>
This is a Negative test
Missing the closing brackets
</test>