Hello,
In my xml files i have content like:
<emph color="#EEEFEF">
while processing with STAX the output xml contains:
<emph color="#EEEFEF">
I have set the IS_REPLACING_ENTITY_REFERENCES property of XMLInputFactory to false. In general I dont want any of the entity references occuring in my xml to be touched.
Can we have some functionality in STAX which is similar to use-character-map in XSL?
Any help in this regard would be helpful.
Thank You
nnand