Test case o-p12pass1: oracle.xml.parser.v2.SAXParser Failed

Test case o-p12pass1: oracle.xml.parser.v2.SAXParser Failed

valid public IDs.

<!--Inability to resolve a notation should not be reported as an error-->
<!DOCTYPE doc
[
<!ELEMENT doc EMPTY>
<!NOTATION not1 PUBLIC "a b
cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ">
<!NOTATION not2 PUBLIC '0123456789-()+,./:=?;!*#@$_%'>
<!NOTATION not3 PUBLIC "0123456789-()+,.'/:=?;!*#@$_%">
]>
<doc/>
Expected resultActual result for oracle.xml.parser.v2.SAXParser
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <notation>
        <name>not1</name>
        <publicID>a b cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</publicID>
    </notation>
    <notation>
        <name>not2</name>
        <publicID>0123456789-()+,./:=?;!*#@$_%</publicID>
    </notation>
    <notation>
        <name>not3</name>
        <publicID>0123456789-()+,.'/:=?;!*#@$_%</publicID>
    </notation>
    <startElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI/>
        <localName>doc</localName>
        <qualifiedName>doc</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>