Generating XSL for Schema Validation

Generating XSL for Schema Validation

It is possible to code by hand an XSL stylesheet that will validate an XML document against some or all constraints of an XML schema. This note presents the case for generating such Validator stylesheets automatically by transforming an XML schema through an XSL validator-generator.

Related Posts