Schmit is an XSLT extension that allows you to access schema annotation information from within the stylesheet. This functionality can be used to write more generic stylesheet that isn't tied to any particular XML vocabulary. The current release works for Apache Xalan.
To run an easy examples, build 'mvn install' and run:
java -jar schmit.jar -XSL <stylesheet> -IN <input>
For instance, from the schmit project directory call (by exchanging the correct on a bash) the following line
java -jar ./target/msv-schmit-2022.7-jar-with-dependencies.jar -IN ./src/resources/examples/simple/test.xml -XSL ./src/resources/examples/simple/test.xsl
To see the details of the command line syntax, just run:
java -jar ./target/schmit-<VERSION>-jar-with-dependencies.jar
```java
## Follow-up Documenation
Please find the complete documentation [here](../docs/schmit/readme.html)!