xsl:next-iteration
The xsl:next-iteration
instruction occurs within xsl:iterate. The contents are a
set of xsl:with-param elements
defining the values of the iteration parameters to be used on the next
iteration.
The xsl:next-iteration
instruction must not be followed by further instructions,
though it can occur as the last thing in a branch of a conditional. It must appear lexically
within the xsl:iterate
instruction (and not, for example, in a called template
or function).
Category: instruction
Content: (
xsl:with-param*
)
Permitted parent elements:
any XSLT element whose content model is
sequence-constructor; any literal result element
Element has no attributes
Details
For details see xsl:iterate.