[ 
https://issues.apache.org/jira/browse/XMLBEANS-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Beeker closed XMLBEANS-394.
-----------------------------------

> 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
>             Fix For: Version 5.0.1
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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 ...&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 was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to