Subject: RE: XSLT multiple output files
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 8 Jul 2003 09:42:04 +0100
|
> >
> > Hello, I'm trying to transform an XML-document into several output
> > .xml-files, but don't know how.
> >
> > I'm using .NET, but I'd also appreciate some info basing on MSXML.
> >
Nearly all XSLT processors have an extension to achieve this (for
example, saxon:output in Saxon 6.5.2), and it's standard in XSLT 2.0
(xsl:result-document). Unfortunately MSXML is the exception, it doesn't
offer this capability. You can code it yourself by dropping into
Javascript, however.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|