This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Creates invalid stylesheet if two patterns bind variables with the same name #76
Labels
bug
Description of a bug
Given the following Schematron:
The Skeleton implementation creates the following XSLT 2.0 stylesheet with two global variables with the same name:
Section 9.5 (Global Variables and Parameters) of the XSLT 2.0 specification reads:
Running the stylesheet with Saxon rightfully results in XTSE0630:
To reproduce run https://github.com/dmj/schxslt/blob/master/tests/impl/let/let-scope-02.xspec with the skeleton implementation.
The text was updated successfully, but these errors were encountered: