summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/attlist04.xml
blob: f45d656f63c541fb703be6108f7d1a14a5e48065 (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	NUMBER	"1"
	>

]>

<root/>