summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E05b.xml
blob: 2522b035c41e140c38580fb89396748e1cefc2b1 (plain)
1
2
3
4
5
6
7
8
9
<!-- CDATA sections, comments and PIs may occur in ANY content. -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
]>
<foo>
a <![CDATA[cdata section]]> in mixed content.
a <!-- comment --> in mixed content.
a <?processing instruction?> in mixed content.
</foo>