Re: Losing entity references in attributes

2007-02-17 Thread Michael Glavassevich
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

Re: Losing entity references in attributes

2007-02-17 Thread Dick Deneer
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

Re: Losing entity references in attributes

2007-02-17 Thread Michael Glavassevich
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