I use schematron to check large xml files (several megabytes). The check is performed quite quickly if the files are in order (if there are no errors). But when the number of errors increases, it increases the execution time of the circuit check.
Is there a way to stop checking XSLT schemas when, for example, 200 errors are found. This would help, because if there are large files containing hundreds of occurrences of the same error, it would be enough to report only the first errors and ask the user to check the file again after correction.
source share