summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id05.xml
blob: d7c6b7b1734255e79665800cc5755b9cc15e5f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE root [
    <!ELEMENT root ANY>
    <!ATTLIST root
	id2	ID	#FIXED "x23"
	>
]>

<!-- an ID attribute must have a declared default
    of #IMPLIED or #REQUIRED
-->

<root/>