<c:continue/>Interrupts the current loop iteration and advances to the next.
- Category
- instruction
- Permitted parent elements
- Any XCST element whose content model is sequence-constructor
- Any literal result element
Note: Differences with xsl:next-iteration
Unlike xsl:next-iteration, c:continue is not required to appear in a tail position.
Error Conditions
It is a compilation error if the c:continue element is not descendant of c:for-each, c:for-each-group or c:while.