Re: [xsl] Doing multiple tranformations

Subject: Re: [xsl] Doing multiple tranformations
From: Johannes Döbler <jd@xxxxxxxxxxxxxx>
Date: Sat, 05 May 2001 14:43:58 +0200
jd.xslt (http://www.aztecrider.com/xslt) offers a commandline interface to chain transformations by simply passing the input xml-file and all stylesheets as arguments to the interpreter.
You can also search the list archive (http://www.biglist.com/lists/xsl-list/archives/) for the discussion on how to chain transformations by using the pipe mechanism of Unix or Windows.


Johannes

Hi,
I'm trying to apply multiple XSLs for a single input in a sequence.For eg.

Input file: test.xml
XSL1: first.xsl
XSL2: sec.xsl

Operation Needed:
test.xml + first.xsl -> intermediate.xml
intermediate.xml+sec.xsl  ->  final.xml

Is there a way I can apply only the second style sheet and let it handle the
first transformation also (I DON'T want to move the stuff from first.xsl to
sec.xsl) ??

Thanx,
Narinder


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


Current Thread