MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Add RELAX NG as validation scenario type #378

Open ghukill opened 5 years ago

ghukill commented 5 years ago

RELAX NG validation is possible with lxml: https://lxml.de/validation.html#relaxng.

Would have the same limitations as XML Schema (xsd), where the first error results in bailing from validation, but would report that error. This is likely enough information to investigate, fix, and continue validating.

antmoth commented 5 years ago

Should just involve adapting the existing schematron code.