This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Doing multiple tranformations


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]