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

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