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

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

    <!ATTLIST root
	number	NUTOKEN	"1"
	>

]>

<root/>