summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid04.xml
blob: fd268aa07a817bb48c7090e8f0d0c3257564e58a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE root [
    <!ELEMENT root EMPTY>

    <!-- illegal public ID characters -->

    <!ENTITY e PUBLIC "{ illegal }" "ignored">
]>

<root/>