Subject: RE: Concealed
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Fri, 15 Mar 2002 16:00:02 +0100
|
>Subject: Outputting multiple HTML-files from one XML-file with one
> XSL/XSLT-file
either you need an extension function, such as saxon:output, xalan's
redirect, etc. If you're using a processor with xslt 1.1 support or xslt
2.0(saxon 7) you can use xsl:document and xsl:result-document respectively.
IF your processor does not have an extension function for multiple output
you can always roll your own. you could also have a script of some sort, for
example an .asp or .js or .vb that loads a dom document, retrieves a
particular nodeset and transforms that node to a particular output.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|