Subject: RE: One XSL two outputs ?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 4 Aug 2003 08:34:03 +0100
|
> I know you can use several input files in an XSLT via the use of the
> document() function...
>
> However is it possible to generate several ouputs from the
> same input/XSLT ? Are there some known workaround that problem ?
XSLT 2.0 has this capability (the xsl:result-document instruction) and
many XSLT 1.0 processors (with the notable exception of MSXML) have
proprietary extensions to do it. Details depend on the processor you are
using.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|