summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P12/ibm12n01.xml
blob: 50a7b63b9a113bc9d9f77c329e8f397cf0f78f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>