summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/xml-1.1/005.xml
blob: e3426a85370c522f7b0447912622ce707fdfc14a (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!-- Indirect external general entity has later version number -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ENTITY ent1 SYSTEM "005_1.ent">
<!ENTITY ent2 SYSTEM "005_2.ent">
]>
<foo>&ent1;</foo>