Test case id06: com.jclark.xml.sax.SAX2Driver Failed

Test case id06: com.jclark.xml.sax.SAX2Driver Failed

Tests the IDREF (is a Name) VC

<!DOCTYPE root [
    <!ELEMENT root ANY>
    <!ATTLIST root
	id	ID	#IMPLIED
	idref	IDREF	#IMPLIED
	>
]>

<!-- Values of type IDREF must match the name production -->

<root idref="36d">
</root>


Expected resultActual result for com.jclark.xml.sax.SAX2Driver
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startElement>
        <namespaceURI/>
        <localName>root</localName>
        <qualifiedName>root</qualifiedName>
        <attributes>
            <attribute>
                <namespaceURI/>
                <localName>idref</localName>
                <qualifiedName>idref</qualifiedName>
                <value>36d</value>
                <type>IDREF</type>
            </attribute>
        </attributes>
    </startElement>
    <char>\n</char>
    <endElement>
        <namespaceURI/>
        <localName>root</localName>
        <qualifiedName>root</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startElement>
        <namespaceURI/>
        <localName>root</localName>
        <qualifiedName>root</qualifiedName>
        <attributes>
            <attribute>
                <namespaceURI/>
                <localName>idref</localName>
                <qualifiedName>idref</qualifiedName>
                <value>36d</value>
                <type>CDATA</type>
            </attribute>
        </attributes>
    </startElement>
    <char>\n</char>
    <endElement>
        <namespaceURI/>
        <localName>root</localName>
        <qualifiedName>root</qualifiedName>
    </endElement>
    <endDocument/>
</ConformanceResults>