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
Saxon availability
Available in XSLT 3.0. From Saxon 9.8, available in all editions. Implemented in Saxon-PE and Saxon-EE since Saxon 9.6. Available for all platforms.
Details
For details see xsl:iterate.