You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "dev2dev (JIRA)" <xm...@xml.apache.org> on 2009/01/22 14:37:59 UTC

[jira] Created: (XMLBEANS-394) probleme in escaping character with xmlbeans 1.0.4

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 "&gt;" 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 ...&lt; &gt; &amp; &apos;  &quot; </mention>
in ouput i have that : 

<mention>this is a mention...&lt; > &amp; '  " </mention>

But i want in out put the same thing that i had in input so that : <mention>this is a mention ...&lt; &gt; &amp; &apos;  &quot; </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-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org