Unfortunately I've wrote an API based an C++ version of Xerces and Xalan
and this transformer is good for my needs. Using an XSL to copy the entire
XML and the transformer you can print the XML into a buffer and to not use
anymore the DOMPrint sample and it's workimg fine. Of course, I can switch
to use compile stylesheet method but this imply a lot of changes into my
stuff.
Thanks,
Cip
Bjoern Martin wrote:
> > I have a problem using XalanTransformer. I'm using Xerces1.4 and
> > Xalan1.1
> > [...]
>
> I had problems with Xalan-J 1.x and newer versions of Xerces as well.
> The solving workaround was to switch to Xalan-J 2.1.0 which works fine
> with Xerces-J 1.4.1
>
> Regards.
>
> --
> Bjoern Martin [EMAIL PROTECTED]