xsl-list
[Top] [All Lists]

Re: [xsl] batch processing using saxon 9

2009-11-03 09:30:28
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>