Tests Enumeration with illegal presence. The double quotes occur around the Enumeration value in the AttDef in the AttlistDecl in the DTD.
<?xml version="1.0"?>
<!-- syntax test for Production 59-->
<!DOCTYPE test
[
<!ELEMENT test ANY>
<!ELEMENT one EMPTY>
<!ELEMENT enum (#PCDATA)>
<!ATTLIST one attr ("enum") #IMPLIED>
]>
<test>
This is a Negative test
Illegal presence of quotes around the value
</test>| Expected result | Actual result for net.sf.saxon.aelfred.SAXDriver |
|---|---|
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
<startDocument/>
<fatalError/>
<endDocument/>
</ConformanceResults>
| <?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
<startDocument/>
<resolveEntity>
<systemID>file:/home/elharo/SAXTest/xmlconf/ibm/not-wf/P59/ibm59n04.xml</systemID>
</resolveEntity>
<fatalError/>
<endDocument/>
</ConformanceResults>
|