You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/09/28 21:02:59 UTC

RE: Sending XSL result to DOM while using XSLTProcessor as Doocum entH andler

Use XSLTProcessor.setDocumentHandler(). This method is exactly what you need

-----Original Message-----
From: Roytman, Alex [mailto:roytmana@peacetech.com]
Sent: Thursday, September 28, 2000 12:08
To: 'xalan-dev@xml.apache.org'
Subject: Sending XSL result to DOM while using XSLTProcessor as DoocumentH
andler


Probably I am missing something simple but I can figure out how to send XSLT
output to a DOM
without using XSLProcessor.process() or StylesheetRoot.process().
I am using processor as a DocumentHandler so I do not call process on it.
Normally I send output to a stream and use processor.setOutputStream() but
there is no corresponding method setOutputDocument(Document out) or
setOutputTarget(XSLTResultTarget outputTarget) ...

May be you can point me in right direction


Thank you very much

Alex