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