summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/pubid02.xml
blob: c1a0da162cfd54640f8a6de4e7ce6f820bcea34d (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/>