[ 
https://issues.apache.org/jira/browse/AXIS2C-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080201#comment-17080201
 ] 

Bill Blough commented on AXIS2C-1453:
-------------------------------------

Fixed in 395d09b6f24a2cead76a2e0015aeb8af14764799

> CDATA is not correctly parsed by guththila 
> -------------------------------------------
>
>                 Key: AXIS2C-1453
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1453
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: guththila
>    Affects Versions: 1.6.0
>            Reporter: Olivier Mengué
>            Priority: Blocker
>              Labels: CDATA, XML, axiom, guththila, parser, patch, well-fomed
>             Fix For: 1.7.0
>
>         Attachments: AXIS2C-1453.diff
>
>
> guththila does not correcly parses <![CDATA[ ... ]]>
> Here is the result of axiom_node_create_from_buffer/axiom_note_to_string:
> Input: <root><![CDATA[abc&#123;def]]></root>
> Result: <root></root>
> Expected: <root>abc&amp;#123;def</root>
> Input: <root><![CDATA[abc</root>def]]></root>
> Result: <root>/root&gt;def]]&gt;</root>
> Expected: <root>abc&lt;root&gt;def</root>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: c-dev-h...@axis.apache.org

Reply via email to