Stream: hapi
Topic: SchematronBasedValidation
Jugal Prasad Sahu (Apr 20 2018 at 06:24):
hello,
How to add the custom.sch file into the project for the custom resource??
How .sch file check the resources structure to validate in SchemantronBasedValidation??
How .sch is differnt from .xsd file??
What extra it checks from .xsd file??
In StrictErrorHandler also it validates the structure and credentials of the resources then what resource validation(Schema based and schematron based validation) does?
Thank You in Advance
James Agnew (May 20 2018 at 15:48):
The schematron validator is currently not able to accept custom schematron files. Certainly we'd be open to Pull Requests to implement this though if someone wanted it.
Last updated: Apr 12 2022 at 19:14 UTC