summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P56/ibm56i12.xml
blob: 79cc40a3932a6d801f18f51436b961065265b9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(Negative test)-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT landscape EMPTY>
 <!ENTITY image SYSTEM "d:\testspec\images\sunset.gif" NDATA gif>
 <!ATTLIST landscape sun ENTITY #IMPLIED>
]>
<test>
<landscape sun = "notimage"></landscape>
In the attribute decl, values of type ENTITY match the Name production
but does not match the name of any entity declared in the DTD
</test>