Currently the existing solution contains Saxon and Java dependencies, working with xslt documents as input for validation. However, ISO Schematrons are xml files containing Schematron Schema with business rules.
Ideally, I am looking for a library to perform validation with xml message and xml schematron as input, to return validation results, preferable in xml.
Is there no such library? Are schematron not used as much? Are there support in standard .net CLR in some way?
I have tried to use https://github.com/kzu/Schematron, but it does not work as I expected, after reading about ISO standard Schematron xml files. Rules are embedded within xsd document, which is not what I want in BizTalk solution, where xsd schema validation is performed automatically.