This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Returns the name of the node and not the string value of eval'd sch:name/@path, #69
Labels
bug
Description of a bug
Cf. https://github.com/Schematron/schematron/blob/master/trunk/schematron/code/iso_schematron_skeleton_for_saxon.xsl#L1371
Cf. https://github.com/Schematron/schematron/blob/master/trunk/schematron/code/iso_schematron_skeleton_for_xslt1.xsl#L1195
It should be
concat('string(',@path,')')
in both cases.This is covered by https://github.com/dmj/schematron-test/blob/t/more-tests/name/svrl-name-01.xspec
The text was updated successfully, but these errors were encountered: