Dick Deneer <[EMAIL PROTECTED]> wrote on 02/16/2007
03:25:18 PM:
> I would like to build a workaround for this issue for my xml editor
tool. I
> am thinking of the following solution. When I parse the xml to a DOM, I
want
> to store the entity as userdata in the attribute node and restrict the
Michael,
Thanks for your analysis.
It looks like going to the DOM and storing the original entity
references will not be the problem, but the way back is not possible.
By the way: I am still using the deprecated Xerces serializer because
of a problem with pretty-print in the Xalan one.
I wi
Dick Deneer <[EMAIL PROTECTED]> wrote on 02/17/2007
06:16:34 PM:
> Michael,
>
> Thanks for your analysis.
> It looks like going to the DOM and storing the original entity
> references will not be the problem, but the way back is not possible.
> By the way: I am still using the deprecated Xerces