Open kosek opened 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.
There is a test for that bug: https://github.com/dmj/schematron-test/tree/t/pull-57/pattern
Fixes same problem as #50.
Related issue: #5
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.