summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/not-wf/attlist03.xml
blob: a7174c91465b5e955435f6dc696a6f116703662c (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
	choice	(a,b,c)	"a"
	>

]>

<root/>