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

Boro Sitnikovski edited comment on AXIS2C-1453 at 6/6/12 7:43 PM:
------------------------------------------------------------------

Greetings,

I am attaching an implementation of this feature request.

I have tested most combinations, but please test it thoroughly before commiting 
and see if everything is well.

This is my first commit, so hope all is OK :)

Best regards
                
      was (Author: bor0):
    Greetings,

I am attaching an implementation of this feature.

I have tested most combinations, but please before commit test it thoroughly 
and see if everything is well.

This is my first commit, so hope all is OK :)

Best regards
                  
> 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é
>            Assignee: S.Uthaiyashankar
>            Priority: Blocker
>              Labels: CDATA, XML, axiom, guththila, parser, 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
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