This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Creates invalid stylesheet if attribute value templates are used in foreign elements #82
Labels
bug
Description of a bug
Hi,
the skeleton creates an invalid stylessheet for this schema:
The variable is not compiled as xsl:variable but the attribute value template is copied as it is, so the error is:
I think the problem is not that the variable is not compiled, but that the attribute value template is copied unchanged.
A workaround is, to add a global dummy variable with the same name:
The text was updated successfully, but these errors were encountered: