s

schematron-schematron

Schematron Schematron is a Schematron schema that checks XPath expressions in your Schematron. It uses parsers for XPath 2.0 or XPath 3.1 depending on the @‍queryBinding attribute to check the syntax of XPath expressions.
https://git.sr.ht/~dmaus/schematron-schematron
MIT License
David Maus
Files download
File Operation
schematron-schematron-1.1.jar download
schematron-schematron-1.1.pom download
schematron-schematron-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>name.dmaus.schxslt</groupId>
  <artifactId>schematron-schematron</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'name.dmaus.schxslt:schematron-schematron:1.1'
Gradle Kotlin
implementation("name.dmaus.schxslt:schematron-schematron:1.1")
Scala SBT
libraryDependencies += "name.dmaus.schxslt" % "schematron-schematron" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='name.dmaus.schxslt', module='schematron-schematron', version='1.1')
)
Apache Ivy
<dependency org="name.dmaus.schxslt" name="schematron-schematron" rev="1.1" />
Leiningen
[name.dmaus.schxslt/schematron-schematron "1.1"]
Apache Buildr
'name.dmaus.schxslt:schematron-schematron:jar:1.1'
Dependencies
The project has no third-party dependencies