summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/attlist07.xml
blob: 3dd94e59262ba4c8185d6339e6f90c445ac4f192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE root [
    <!ELEMENT root EMPTY>

    <!-- SGML-ism:  illegal attribute types -->

    <!ATTLIST root
	number	NAMES	"The King"
	>

]>

<root/>