Re: [xsl] Multiple HTML output from one XML file by using one XSL file?

Subject: Re: [xsl] Multiple HTML output from one XML file by using one XSL file?
From: Johannes Döbler <jd@xxxxxxxxxxxxxx>
Date: Tue, 10 Jul 2001 11:30:19 +0200
Hi,

the XSLT 1.1 draft knows the new instruction xsl:document which lets you produce additional outputs besides the main output.
(See http://www.w3.org/TR/xslt11#multiple-output for more information)
To use it you need a XSLT 1.1 processor like jd.xslt (www.aztecrider.com/xslt) or Saxon 6.4.


Cheers,
Johannes


Hi,
My question; is there any way of producing multiple HTML files from one
XML document dynamically by using one XSL file.
This is the XML file I'm using, and I want to produce one HTML page for
each  [@SectionNum].  and I would like to make it automated with one XSL
file..Is it possbile? and if it's I'd appreciate your help on
this...thanks



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread