AndrewSales / style-check

XQuery library for style checking word-processing documents
Apache License 2.0
0 stars 1 forks source link

Enable Schematron validation, at user option #7

Closed AndrewSales closed 2 years ago

AndrewSales commented 2 years ago

Should take place before:

https://github.com/AndrewSales/style-check/blob/main/lib/style-check.xqm#L95

AndrewSales commented 2 years ago

halt-on-invalid not respected, see https://github.com/AndrewSales/style-check/blob/main/test/tests.xqm#L319-L320

AndrewSales commented 2 years ago

Implement using modes: current impl to remain in default mode, but halt-on-invalid otherwise.