How to validate XML file with Schematron if Schematron .sch file is given

1k Views Asked by At

I want to validate XML file against Schematron using saxon9ee.jar/saxon9he.jar. Schemafile .sch calling .xsl file:

<xsl:include href="library_001.xsl"/>

How to use saxon jar using command line?

0

There are 0 best solutions below