xsl:on-completion
Occurs within xsl:iterate to define processing to be carried out when the input sequence is exhausted.
Content: sequence-constructor
Permitted parent elements:
xsl:iterate
Attributes
|
| The effect of the instruction may be defined
either by an expression within the optional |
Saxon availability
Available in XSLT 3.0 and later versions. From Saxon 9.8, available in all editions. Implemented in Saxon-PE and Saxon-EE since Saxon 9.6. Available for all platforms.
Details
During execution of xsl:on-completion there is no context item,
position or size; the instruction has access to the iteration parameters with
the values given on the last iteration (or the initial values of the
xsl:param elements if the input sequence was empty). For
further details see xsl:iterate.