summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/attlist06.xml
blob: 84444b4c9f354b2bc2531399874bb639f476fdf0 (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	NAME	"Elvis"
	>

]>

<root/>