summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/attr05.xml
blob: d459fd924e290e67913ee81170cab02026f7335c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE root [
<!ELEMENT root EMPTY>
<!ATTLIST root
    token	NMTOKEN		#REQUIRED
    >

    <!-- tests the "name token' VC for an NMTOKEN value -->
]>
<root token="dev@null"/>