Re: [xsl] batch processing using saxon 9

Subject: Re: [xsl] batch processing using saxon 9
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 03 Nov 2009 15:29:59 +0100
a kusa wrote:

How do you batch process files in saxon 9 using the command line? I
have an input directory with xml files and I want to be able to batch
process them. I cannot find the option for saxon 9 command line.

Provide an input directory with -s and an output directory with -o:


java -jar SomePath/saxon9he.jar -s:inputDirectory -o:outputDirectory -xsl:sheet.xsl

--

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread