Skip to content

Add let variable tag support

Oliver Diehl requested to merge olfryd/libxml2:feature/schematron-let into master

This change adds support for let variable tags to the Schematron implementation according to Schematron 1.6. This means, let-tags can only be children of rule-tags.

Merge request reports