summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/not-wf/P13/ibm13n01.xml
blob: e0e31d68fec6edd67ae9fc5c02f8e8a327be9c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE student [
	<!ENTITY info PUBLIC "This is a {test} " "student.dtd">
]>

<!-- testing invalid pubid char with {  -->
<student>My Name is &info;. </student>