summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr14.xml
blob: 0205a0265f7e8d463e6fcfa40d5ad57a217cfce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE root [

<!ELEMENT root EMPTY>
<!ATTLIST root
    value	NMTOKENS	"alpha beta $gamma"
    >
    <!-- tests the "attribute default legal" vc -->
]>

<root value="zeta eta iota"/>