summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/decl01.xml
blob: ee57cb4d805b9177a3cb0dc932e4fddcfdef7239 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE root [
    <!ELEMENT root EMPTY>
    <!ENTITY % ent01 SYSTEM "decl01.ent">

    <!-- the entity is an illegal PE -->
    %ent01;
]>
<root/>