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
|