[Schematron] schematron execution on multiple XML files

Ganesh Babu N nbabuganesh at gmail.com
Wed Jul 15 07:55:38 EDT 2009


Dear All,

I am having 10 files with similar structure. I need to execute a
single schematron on these 10 files and get the report in single file.
Is there any way to get this?

As per my knowledge we can execute only on a single xml file with the
following command:

1. java -jar saxon9.jar -s:test.sch -xsl:iso_svrl.xsl -o:test.xsl
2. java -jar saxon9.jar -s:test.xml -xsl:test.xsl -o:test-err.xml -l

Please let me know how to execute the 2nd command on multiple files
and get a single report.

Regards,
Ganesh


More information about the Schematron mailing list