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

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

Reserved prefixes and namespaces: binding another prefix to the xml namespace

<?xml version="1.0"?>
<!-- Reserved prefixes and namespaces: binding another prefix
     to the xml namespace -->
<foo xmlns:yml="http://www.w3.org/XML/1998/namespace"/>
Expected resultActual result for oracle.xml.parser.v2.SAXParser
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startPrefixMapping>
        <prefix>yml</prefix>
        <data>http://www.w3.org/XML/1998/namespace</data>
    </startPrefixMapping>
    <startElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes>
            <attribute>
                <namespaceURI>http://www.w3.org/2000/xmlns/</namespaceURI>
                <localName>yml</localName>
                <qualifiedName>xmlns:yml</qualifiedName>
                <value>http://www.w3.org/XML/1998/namespace</value>
                <type>CDATA</type>
            </attribute>
        </attributes>
    </startElement>
    <endElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endPrefixMapping>
        <prefix>yml</prefix>
    </endPrefixMapping>
    <endDocument/>
</ConformanceResults>