Test case ibm-not-wf-P58-ibm58n01.xml: com.bluecast.xml.Piccolo Passed

Test case ibm-not-wf-P58-ibm58n01.xml: com.bluecast.xml.Piccolo Passed

Tests NotationType with wrong key word. The lower case "notation" is used as the key word 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>
 <!NOTATION this SYSTEM "alpha">
 <!ATTLIST one attr notation (this) #IMPLIED>
 ]>
 <test>
This is a Negative test with notation (name) 
It is case sensitive.
</test>
Expected resultActual result for com.bluecast.xml.Piccolo
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>