summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P12/ibm12n03.xml
blob: 4264814c6e171de06dce65fa1eef56433f7fa579 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)> 
	<!ENTITY info PUBLIC '..\info.dtd>
]>

<!-- testing invalid pubid literal with no closing bracket  -->
<student>My Name is &info;. </student>