summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/attlist09.xml
blob: a1faf844946af1dc587dd69333bddefc3c1a7a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE root [
    <!-- SGML-ism:  illegal attribute default -->

    <!ATTLIST root
	language	CDATA	#CONREF
	>

]>

<root language="Dutch"/>