You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Glen Daniels (JIRA)" <ji...@apache.org> on 2008/03/29 03:14:24 UTC

[jira] Resolved: (WSCOMMONS-305) OMElementImpl.getText() returns an empty String for text in CDATA tags

     [ https://issues.apache.org/jira/browse/WSCOMMONS-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Daniels resolved WSCOMMONS-305.
------------------------------------

    Resolution: Fixed

Fixed and tested in latest HEAD, thanks for the bug report!


> OMElementImpl.getText() returns an empty String for text in CDATA tags
> ----------------------------------------------------------------------
>
>                 Key: WSCOMMONS-305
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-305
>             Project: WS-Commons
>          Issue Type: Improvement
>          Components: AXIOM
>         Environment: any
>            Reporter: Hiranya Jayathilaka
>            Assignee: Glen Daniels
>         Attachments: svndiff.patch
>
>
> AXIOM supports building OM structures with CDATA elements. For an example something like,
> soapFactory.createOMText(parentNode, "some text",XMLStreamConstants.CDATA);
> is perfectly valid and delivers the expected result. But when traversing such an OM structure calling parentNode.getText() returns an empty String. Instead it would have been better if it returned the String without the CDATA tags. For an example calling getText() on an element like,
> <parentnode><![CDATA[some text]]></parentnode>
> should return the String, "some text".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org