|
InstallationAndUsage
How to install and use Probatron
Installation
java -jar path/to/probatron.jar You should see a copyright statement followed by this usage hint:usage: java org.probatron.Probatron [Schematron-schema] [XML-document] Usage
java -jar path/to/probatron.jar mySchema.sch myInstance.xml The results of the process should appear at standard output and can be redirected in the usual ways. By default a plain-text report is emitted. Processing errors appear at standard error. ConfigurationSystem properties can be used to configure how the application behaves. Set a system property or properties like so: java -Dmy-system-property=value -jar probatron.jar ... Available properties are set out in the table below.
| |||||||||
► Sign in to add a comment
In the latest probatron.jar, it first expects the document.xml then the schematron.sch :