Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
Version 1.0.4 (jdk1.3 port)
-
None
-
None
-
windowsXP
Description
It is about xmlbeans. I want to escape some special characteres like ">" with xmlbeans but i didn't find the solution for that and i can't use XmlOptionCharEscapeMap because the release of xmlbeans that i'm using is 1.0.4.
for example i have this file in input :
<mention>this is a mention ...< > & ' " </mention>
in ouput i have that :
<mention>this is a mention...< > & ' " </mention>
But i want in out put the same thing that i had in input so that : <mention>this is a mention ...< > & ' " </mention>
thanks,
best regards