summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P19/ibm19n03.xml
blob: 02a84788b10e0ba73abb19012a20eed7e2dadc97 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)> 
]>

<!-- testing invalid CDStart -->
<?[CDATA[This is a test]]>
<student>My Name is SnowMan. </student>