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.

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.

Links to W3C specifications

XSLT 3.0 Specification

See also

xsl:iterate