Test case ibm-not-wf-P58-ibm58n07.xml: com.jclark.xml.sax.SAX2Driver Passed

Test case ibm-not-wf-P58-ibm58n07.xml: com.jclark.xml.sax.SAX2Driver Passed

Tests NotationType with a required field missing. The white space is missing between "NOTATION" and "(this)" in the NotationType in the AttDef in the AttlistDecl in the DTD.

<?xml  version="1.0"?>
<!-- Syntax test for Production 58-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT two EMPTY>
 <!NOTATION this SYSTEM "alpha">
 <!ATTLIST three attr NOTATION(this) #IMPLIED>
 ]>
<test>
Negative Test.
Missing space after NOTATION
</test>
Expected resultActual result for com.jclark.xml.sax.SAX2Driver
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
</ConformanceResults>