summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P56/ibm56i11.xml
blob: f2d88c55420cbdbe0a1ad1206c41c9521cf63654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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 = "ima ge"></landscape>
In the attribute decl, values of type ENTITY do not match the Name production
</test>