XSLT match patterns on pinned maps and arrays #1026
Labels
Abandoned
PR was rejected, withdrawn, or superseded
Enhancement
A change or improvement to an existing feature
PRG-hard
Categorized as "hard" at the Prague f2f, 2024
PRG-optional
Categorized as "optional for 4.0" at the Prague f2f, 2024
XSLT
An issue related to XSLT
Given that
<xsl:apply-templates select="pin(.)??course?code"/>
will select items that are labeled with their position in the containing tree of maps and arrays, it should be possible to match the selected items with a match pattern of the formmatch="?course?code"
that operates in a similar way to patterns such as
course/code
in XML.Perhaps the pinning of the map should be done automatically by the
xsl:apply-templates
instruction.The text was updated successfully, but these errors were encountered: