"Zdenek Nemec" <[EMAIL PROTECTED]> wrote: > I think this is at least suspicious - class XercesDOMWrapperParsedSource > takes as 1st param DOM_Document instead of DOMDocument introduced in xerces > 2 is this correct? why ? That class was written for the old DOM. We haven't finished upgrading everything to the new DOM. > - i need to pass a xerces DOM (created by DOMBuilder) to the xalan and > after transform i want have result in xerces DOM too. > can anyone help me to do this? Using the new Xerces DOM as input will be supported in the next release. I'm not sure about using it as output -- that's a lot of work and I'm not really interested in doing it. You can either transform to serialized XML and parse it, or write your own FormatterListener derivate. Look at the class XMLSupport/FormatterToDOM for a model of how you might write a class that creates the Xerces DOM on output. Dave
Re: xerces and xalan in XercesDOMWrapperParsedSource (xalan-c)
David N Bertoni/Cambridge/IBM Tue, 12 Nov 2002 08:36:28 -0800
- xerces and xalan in XercesDOMWrapperParsedSo... Zdenek Nemec
- David N Bertoni/Cambridge/IBM
