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?
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?