summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id08.xml
blob: fddeb7e881c031a90e55f6c07aeb0ec3e45de7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE root [
    <!ELEMENT root ANY>
    <!ATTLIST root
	id	ID	#IMPLIED
	idref	IDREF	#IMPLIED
	>
]>

<!-- each name must match the value of an id attribute on some element -->

<root idref="d36d">
</root>