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