probleme in escaping character with xmlbeans 1.0.4 --------------------------------------------------
Key: XMLBEANS-394 URL: https://issues.apache.org/jira/browse/XMLBEANS-394 Project: XMLBeans Issue Type: Bug Affects Versions: Version 1.0.4 (jdk1.3 port) Environment: windowsXP Reporter: dev2dev Priority: Critical 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 -- 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: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org