This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: MSXML specific question


>
> 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@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]