I'm using schematron for validating large xml files (several megabytes). Validation is quite fast if files are ok (if there is no errors). But when the error count increases so increases the execution time of the schematron validation time.
Is there any way to stop the schematron XSLT-validation when for example 200 errors are found. That would help because if there are big files which contain hundreds of occurrences of the same error it would certainly be enough to report only first errors and ask the user to validate file again after correcting those.