itplr-kosit / validator

Validates XML documents with XML Schema and Schematron
Apache License 2.0
80 stars 42 forks source link

Make schemaValidate optional #99

Open rkottmann opened 2 years ago

rkottmann commented 2 years ago

Currently, validator requires to configure a Schema for Validation. However, there are (e.g. in eFomrs) use cases where one wants to only validate with schematron.

Please support this use case.