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

    <!-- illegal public ID characters -->

    <!ENTITY e PUBLIC "this isn&apos;t allowed" "ignored">
]>

<root/>