Test case rmt-ns10-005: oracle.xml.parser.v2.SAXParser Failed

Test case rmt-ns10-005: oracle.xml.parser.v2.SAXParser Failed

Namespace name test: a same-document relative URI (deprecated)

<?xml version="1.0"?>
<!-- Namespace name test: a same-document relative URI (deprecated) -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo xmlns CDATA #IMPLIED>
]>
<foo xmlns="#beeblebrox"/>
Expected resultActual result for oracle.xml.parser.v2.SAXParser
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startPrefixMapping>
        <prefix/>
        <data>#beeblebrox</data>
    </startPrefixMapping>
    <startElement>
        <namespaceURI>#beeblebrox</namespaceURI>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI>#beeblebrox</namespaceURI>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endPrefixMapping>
        <prefix/>
    </endPrefixMapping>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startPrefixMapping>
        <prefix/>
        <data>#beeblebrox</data>
    </startPrefixMapping>
    <startElement>
        <namespaceURI>#beeblebrox</namespaceURI>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes>
            <attribute>
                <namespaceURI>http://www.w3.org/2000/xmlns/</namespaceURI>
                <localName>xmlns</localName>
                <qualifiedName>xmlns</qualifiedName>
                <value>#beeblebrox</value>
                <type>CDATA</type>
            </attribute>
        </attributes>
    </startElement>
    <endElement>
        <namespaceURI>#beeblebrox</namespaceURI>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endPrefixMapping>
        <prefix/>
    </endPrefixMapping>
    <endDocument/>
</ConformanceResults>