Schematron / schematron

Schematron "skeleton" - XSLT implementation
MIT License
93 stars 45 forks source link

Add support for using variables in abstract patterns #57

Open kosek opened 6 years ago

kosek commented 6 years ago

Variable references in abstract patterns are replaced in value attribute as well in order to support let element. Original code wasn't replacing variable references in elements.

dmj commented 6 years ago

There is a test for that bug: https://github.com/dmj/schematron-test/tree/t/pull-57/pattern

tgraham-antenna commented 4 years ago

Fixes same problem as #50.

Related issue: #5