RE: [xsl] MSXML specific question

Subject: RE: [xsl] MSXML specific question
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 28 Mar 2002 09:26:52 -0000
>
> Is there something similar to
> org.apache.xalan.xslt.extensions.Redirect,
> saxon:output or xsl:document available using MSXML, i.e. some
> extension
> function or ECMAScript trick to pipe the transformation
> result to other
> output documents instead of the default output tree?

There is nothing directly similar, but you can write a Javascript method
which accepts a result-tree-fragment as a parameter, and serializes it using
the methods available in Microsoft's DOM implementation.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread