You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Juan Miguel Cejuela (Commented) (JIRA)" <ji...@apache.org> on 2011/12/14 12:01:31 UTC

[jira] [Commented] (AXIOM-406) Wrong and strange behavior in escaping special symbols

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

Juan Miguel Cejuela commented on AXIOM-406:
-------------------------------------------

Thanks for the quick reply. May I ask why in the serialization the replacement of ">" symbols is optional?
                
> Wrong and strange behavior in escaping special symbols
> ------------------------------------------------------
>
>                 Key: AXIOM-406
>                 URL: https://issues.apache.org/jira/browse/AXIOM-406
>             Project: Axiom
>          Issue Type: Bug
>            Reporter: Juan Miguel Cejuela
>            Priority: Minor
>              Labels: escape, text, unescape, xml
>
> When I parse a node which is like (test example):
> <node>&#60; &lt; &gt; &#62;</node>
> toString() returns "<node>&lt; &lt; > ></node>"
> getText() returns "< < > >"
> Why getText unescapes the special symbols?
> Why toString() unescapes the greater-than symbols and yet leaves &lt; unchanged and &#60; gets converted to &lt;  ?
> Is this correct?

--
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: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org