[xsl] Batch processing

Subject: [xsl] Batch processing
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Mon, 28 May 2007 16:08:08 +0530
Dear lists-
There are a list of files listed in XYZ.XML. Is there a way by which I can process these files by XSLT by saxon. Basically I want a batch processing. I want to put files into server alongwith XYZ.xml and need to pass one commandline to process all the XML. I am just confused with collection().


XYZ.XML
<dir>
<xmlFile>input.xml</xmlFile>
<xmlFile>input_meta.xml</xmlFile>
<xmlFile>sample.xml</xmlFile>
<xmlFile>x.xml</xmlFile>
</dir>

thanks
..JSR

Current Thread