summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/misc/ltinentval.xml
blob: 929bd7f9c0168fb0dedf5d23dbe56dca2ce6a3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)>
	<!ENTITY gewithlt "abcd&#x26;&#x23;x3c;"> 
        <!ATTLIST student att1 CDATA #REQUIRED>
]>
<--* this is to test "<" can not be included in an entity 
     that is referenced in AttValue, even indirectly *-->
     

<?MyInstruct This is a test ?>
<student att1="&gewithlt;">My Name is SnowMan. </student>