xsl-list
[Top] [All Lists]

RE: XSLT multiple output files

2003-07-08 01:42:04

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



<Prev in Thread] Current Thread [Next in Thread>