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

Re: multiple input to multiple output


Subject: Re: multiple input to multiple output
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Dec 1999 10:57:25 +0000 (GMT)

Linda van den Brink writes:
 > 
 > Is it possible to use XSL to process all the XML files in a directory
 > according to one stylesheet and create one output file for each input file? 

surely this is best done with a conventional script? like

for i in *.xml
do
 xslprocess $i foo.xsl
done

or whatever the equivalent in Windows command language is? 

or perhaps there are constraints on your system that preclude such a
simple solution? if so, best to state them up front.


sebastian


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



Current Thread
Keywords