gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Support XSD+Schematron #48

Open nichtich opened 2 years ago

nichtich commented 2 years ago

LIDO XML Schema 1.1 (http://lido-schema.org/schema/v1.1/lido-v1.1.xsd) uses additional Schematron rules.

nichtich commented 1 year ago

Likely by an existing external validatior in Java. Java can be integrated in Node (see https://www.npmjs.com/package/java) but calling an external process (requires #21) might be easier.