Subject: RE: Combining xsls with some extra work ??
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Thu, 20 Nov 2003 09:16:23 -0000
|
> I am getting text output. I need 7 text files.
> To get this data i have written 7 xsls.
>
> Now evertime i m running my xsl, i have to load same xml file
> for 7 times. How
> can i combine this to get seven output files. Will
> xsl:include be the solution
> ?
Have a look at the extension function saxon:output() in xslt 1.0, or in
the inbuilt xsl:result-document() in xslt 2.0. This will allow you to
do all the work in one stylesheet.
Cheers
andrew
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|