summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P41/ibm41n13.xml
blob: d8b0ac1e1f72b7d6161540460d9060b0aa6aabf8 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root ANY>
<!ATTLIST root attr1 CDATA #IMPLIED>
<!ATTLIST root attr2 CDATA #IMPLIED>
<!ENTITY withlt "have <lessthan> inside">
]>
<root attr1="&withlt;">Direct reference to an entity with &lt; as part of its replacement text in Attribute</root>