Test case rmt-ns10-032: com.bluecast.xml.Piccolo Failed

Test case rmt-ns10-032: com.bluecast.xml.Piccolo Failed

Reserved prefixes and namespaces: declaring the xmlns prefix with an incorrect URI

<?xml version="1.0"?>
<!-- Reserved prefixes and namespaces: declaring the xmlns prefix
     with an incorrect URI -->
<foo xmlns:xmlns="http://example.org/namespace"/>

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/>
    <startPrefixMapping>
        <prefix>xmlns</prefix>
        <data>http://example.org/namespace</data>
    </startPrefixMapping>
    <startElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI/>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endPrefixMapping>
        <prefix>xmlns</prefix>
    </endPrefixMapping>
    <endDocument/>
</ConformanceResults>