schematron icon indicating copy to clipboard operation
schematron copied to clipboard

Add support for using variables in abstract patterns

Open kosek opened this issue 8 years ago • 2 comments

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 sch:let/ elements.

kosek avatar Dec 04 '17 13:12 kosek

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

dmj avatar Nov 11 '18 15:11 dmj

Fixes same problem as #50.

Related issue: #5

tgraham-antenna avatar Feb 29 '20 18:02 tgraham-antenna