You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
To have the possibility to pass in certain values from the outside, axsl:param gives more flexibility compared to axsl:variable.
This is based on phax/ph-schematron#8 (comment)
As I'm not an XSLT expert there might be good reasons why it is like it is, but on the other hand, opening for data from the outside might be valuable.
The text was updated successfully, but these errors were encountered:
To have the possibility to pass in certain values from the outside,
axsl:param
gives more flexibility compared toaxsl:variable
.This is based on phax/ph-schematron#8 (comment)
I changed it e.g. here: https://github.com/phax/ph-schematron/blob/master/ph-schematron/src/main/resources/schematron/20100414-xslt2/iso_schematron_skeleton_for_saxon.xsl#L1337-L1339
As I'm not an XSLT expert there might be good reasons why it is like it is, but on the other hand, opening for data from the outside might be valuable.
The text was updated successfully, but these errors were encountered: