[EMAIL PROTECTED] wrote:
Hi Brian,

XercesDocumentWrapper is the replacement class for XercesDocumentBridge.
It's very similar, but does not support mutating the underlying Xerces DOM
through the XalanDOM member functions.

I believe we updated all of the samples to use the new class, so you might
want to take a look at them for more information.

I was using the result of Xerces XercesParserLiaison.createDocument() in my XSLTResultTarget constructor (and then using the XalanDocument after words). The createDocument() method seems to have disappeared from XercesParserLiaison. So the suggestion is that I create my own DOMDocument, use that in my XSLTResultTarget constructor (through FormatterToXercesDOM), do the transformation, and then use XercesDocumentWrapper to generate the XalanDocument that I need in the end?


Cheers,
Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to