Subject: Re: Feeding DOMs to XSLT Processors
From: "Tangi Vass" <tangivass@xxxxxxxxxxxxxx>
Date: Fri, 4 Feb 2000 13:27:37 +0100
|
> I have found it more efficient to transform the incoming data into SAX
> Events instead of DOM. The SAX events approach works with all of the XSL
> implementation.
I would like to know if it is possible, using XT, to chain two XSL
processings, feeding the SAX output events of the first one to the second.
> XT also supports direct DOM input.
Not completely: the XSLTransformEngine class doesn't support external
documents because it has no liaison to a Parser.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|