-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
parse.xsl checks for expressions in an ad hoc set of attributes:
<xsl:template match="@select[namespace-uri(parent::*)
='http://www.w3.org/1999/XSL/Transform']
|xsl:if/@test
|xsl:when/@test
|xsl:evaluate/@context-item
|xsl:evaluate/@xpath
|xsl:template/@match
|xsl:group-by/@group-by">
<xsl:sequence select="f:parse-expr(parent::*, .)"/>
</xsl:template>
That list should be made comprehensive.
Metadata
Metadata
Assignees
Labels
No labels