Test case ibm-not-wf-P41-ibm41n13.xml: com.bluecast.xml.Piccolo Passed

Test case ibm-not-wf-P41-ibm41n13.xml: com.bluecast.xml.Piccolo Passed

Tests Attribute against WFC "No (less that) character in Attribute Values". The character "less than" is contained in the value of the attribute "attr1".

<?xml version="1.0"?>
<!DOCTYPE root [
<!ELEMENT root ANY>
<!ATTLIST root attr1 CDATA #IMPLIED>
<!ATTLIST root attr2 CDATA #IMPLIED>
<!ENTITY withlt "have <lessthan> inside">
]>
<root attr1="&withlt;">Direct reference to an entity with &lt; as part of its replacement text in Attribute</root>
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/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>