xsl:accumulator-rule

Defines a rule for an xsl:accumulator.

Content: sequence-constructor
Permitted parent elements: xsl:accumulator

Attributes

match

pattern

Pattern defining the set of nodes to which the accumulator rule applies.

phase?

"start" | "end"

select?

expression

The expression to be evaluated by the rule may be given either by a select attribute or by an enclosed sequence constructor.

Links to W3C specifications

XSLT 3.0 Specification

See also

xsl:accumulator