I have a set of XMLs along with XSD/Schematron documents for validation. I had to validate my XMLs against XSD (for data types/structure/schema validation) and this is straightforward. The challenging part is Schematron validation which is a customer requirement for business rules validation and etc.
How can i implement Schematron validation with C# and if possible is there any good/active framework/API for Schematron validation. What i found so far is outdated/inactive projects for Schematron validation which lacks documentation and API completeness. By the way i am successfully using several XML Editor applications (Oxygen etc.) to validate my documents against Schematron but i need to do that programmatically in C# and add this feature to a bigger project. Thanks in advance.