[xsl] calling two consecutive xsl files

Subject: [xsl] calling two consecutive xsl files
From: RQamar <qamar_rahil@xxxxxxxxxxx>
Date: Thu, 10 Mar 2005 14:29:23 +0000
Hello again

Is it possible to do something like

Input.xml -> First.xsl -> Output1.xml -> Second.xsl -> FinalOutput.xml

as one execution ?

At the moment my execution is in two stages. I do

Input.xml -> First.xsl -> Output1.xml

and then manually start the second execution

Output1.xml -> Second.xsl -> FinalOutput.xml


I was wondering whether something in my First.xsl could prevent me from seeing Output1.xml. Some background processing could be done to only throw the FinalOutput.xml as the end result.


Comments?

Thanks
Rahil

Current Thread