Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 720 Bytes

SchXslt Java

Build Status

Java classes for Schematron validation with SchXslt, a modern XSLT-based Schematron processor.

SchXslt Java is copyright (c) 2018–2021 by David Maus <[email protected]> and released under the terms of the MIT license.

Using SchXslt Java

SchXslt Java is available at Maven central. To ust it in your Java application define the following Maven dependency:

<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>java</artifactId>
  <version>{VERSION}</version>
</dependency>

Where {VERSION} is replaced with the current SchXslt Java version.