[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Doing multiple tranformations


Subject: [xsl] Doing multiple tranformations
From: Narinder Anand <Narinder.Anand@xxxxxxxxxxxx>
Date: Thu, 3 May 2001 12:28:31 -0700

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