This is no longer maintained. Please see https://github.com/Schematron/schematron-basex
- uses XSLT from http://www.schematron.com/implementation.html
- adds fix for abstract rules bug #6 (https://code.google.com/p/schematron/issues/detail?id=6)
- packaged using EXPath
- targeted at BaseX 8.2+
"https://github.com/expkg-zone58/ex-schematron/releases/download/v0.1.3/schematron-0.1.3.xar"
=>repo:install()
import module namespace sch="expkg-zone58.validation.schematron";
sch:validate-document($doc, $sch)
- Marklogic implementation by Norman Walsh https://github.com/ndw/ML-Schematron
- BaseX implementation Vincent Lizzi by https://github.com/Schematron/schematron-basex
- ExistDb implementation Vincent Lizzi by https://github.com/Schematron/schematron-exist