Hi,
I've got some trouble to customize the parsing/saving mode for XMLBeans.
For example, I parse the following basic well-formed XML file: <test>this is
a test for quotes: ", " end</test>.
XMLBeans considers " and " as the same entity, and when I render it, "
and " are displayed either as 2 quotes (") or as 2 special character
quotes (") if I use XmlOptionCharEscapeMap. Having the distinction
between " and " is very critical for my project and I don't know how to
make it work the way I want. Does anybody would have an idea please?
Thank you,
Rok