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

<!ELEMENT root EMPTY>
<!ATTLIST root
    value	NMTOKEN	"alpha/beta"
    >
    <!-- tests the "attribute default legal" vc -->
]>

<root value="brittannica"/>