Skip to content

Complete the list of expression attributes #1

@ndw

Description

@ndw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions