Details
Description
guththila does not correcly parses <![CDATA[ ... ]]>
Here is the result of axiom_node_create_from_buffer/axiom_note_to_string:
Input: <root><!CDATA[abc{def]></root>
Result: <root></root>
Expected: <root>abc{def</root>
Input: <root><![CDATA[abc</root>def]]></root>
Result: <root>/root>def]]></root>
Expected: <root>abc<root>def</root>
Attachments
Attachments
Issue Links
- is blocked by
-
AXIS2C-1451 XML numeric entities are not parsed by guththila
- Resolved