You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Igor Bukanov <ig...@fastmail.fm> on 2004/10/15 15:10:09 UTC

No escape for '>' ?

Hi!

It seems that xmlText() does not escape '>'. For example, 
xmlCursor.xmlText() when xmlCursor points to a XML fragement <a>TEXT</a> 
where TEXT is "<>&" produces  instead of the expected
<a>&lt;&gt;&amp;</a>
the following invalid XML:
<a>&lt;>&amp;</a>

Regards, Igor

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org