summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P60/ibm60n07.xml
blob: 7c3fa1626441ac1c1388303cfc6707e9bcec1f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml  version="1.0"?>
<!-- WFC test for Production 60-->
<!DOCTYPE Java 
 [
 <!ELEMENT Java ANY>
 <!ELEMENT one EMPTY>
 <!ENTITY avalue "<Introduction">
 <!ATTLIST one chapter CDATA #REQUIRED>
 ]>
<Java>
<one chapter="&avalue;"></one>
Negative test. 
The replacement text of any entity referred to directly or indirectly 
in an attribute value contains a less than character
</Java>