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