Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

expkg-zone58/ex-schematron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO Schematron validation from XQuery

Status

This is no longer maintained. Please see https://github.com/Schematron/schematron-basex

Usage

Installation

"https://github.com/expkg-zone58/ex-schematron/releases/download/v0.1.3/schematron-0.1.3.xar"
=>repo:install()

Usage

import module namespace sch="expkg-zone58.validation.schematron";
sch:validate-document($doc, $sch)

Related work