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 "Hiranya Jayathilaka (JIRA)" <ji...@apache.org> on 2008/03/03 12:58:54 UTC

[jira] Updated: (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 ]

Hiranya Jayathilaka updated WSCOMMONS-305:
------------------------------------------

    Attachment: svndiff.patch

This is the output of the svn diff after applying the solution described in the previous comment. This solves the problem for OM structures with CDATA tags.

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