summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/xml-1.1/006.xml
blob: a27a512b6312081d489c93d40466b65d69aa7d5b (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.1"?>
<!-- Second-level external general entity has later version number than
     first-level, but not later than document, so not an error. -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ENTITY ent1 SYSTEM "006_1.ent">
<!ENTITY ent2 SYSTEM "006_2.ent">
]>
<foo>&ent1;</foo>