Hi Paul, Paul Wellner Bou <[email protected]> wrote on 03/27/2009 08:18:46 AM:
> Now, there are some unicode characters in the document escaped by their > entities: > > <glyph unicode="ü" horiz-adv-x="1026" d="..."/> > > But in the resulting document this is replaced with "ü". I don't want > this, as I don't want to touch the original document in any way -- just > the necessary modifications. Then you can't use an XML reader as all XML readers I am aware of will replace entities, it's required. > Is there a way to prevent the SAXSVGDocumentFactory from replacing these > entities? I think it's better to explain why this is a problem for you. As long as the text encoding is correct there shouldn't be any problem with replacing the character... So why is there a problem?
