Skip to content

Files

Latest commit

May 11, 2021
c86edde · May 11, 2021

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 <dmaus@dmaus.name> 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.