gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Support validating of XML formats #2

Closed nichtich closed 2 years ago

nichtich commented 2 years ago

See https://www.npmjs.com/package/xsd-schema-validator for possible implementation.

nichtich commented 2 years ago

Support of multi-file schemas could be done by writing an XML catalog that maps systemId (URI) to local file path.

nichtich commented 2 years ago

See https://www.npmjs.com/package/validate-with-xmllint

nichtich commented 2 years ago

Works basically but

nichtich commented 2 years ago

Documentation and warning about missing xmllint needed still