1

I'm trying to validate my xml file with a schematron file that have (sch) extension. But I can't receive and display the error messages that has placed between <assert test=...</assert> tags, inside my schematron file. Could you help please. Thanks a lot.

Here is my validation code block:

XmlValidator validator = new XmlValidator();

List<string> message_line = validator.ValidateXmlSchematron(xml_path, sch_file_path);
ömer F.
  • 31
  • 3
  • possible duplicate of [How do I return Schematron validation results in a structured manner](http://stackoverflow.com/questions/5902349/how-do-i-return-schematron-validation-results-in-a-structured-manner) – Paul Sweatte Jan 13 '15 at 21:40

0 Answers0