summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/attlist05.xml
blob: 1705e80db2f08e69cf5cc4d006308de737956bcc (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
	numbers	NUMBERS	"1 2 3 4"
	>

]>

<root/>