summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/id04.xml
blob: 101f89860089913fd66eba2fb0209873ed7741d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE root [
    <!ATTLIST root
	id2	ID	"x23"
	>
]>

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

<root/>