c:break

<c:break/>

Exits from a loop.

Category
instruction
Permitted parent elements
Any XCST element whose content model is sequence-constructor
Any literal result element
Note: Differences with xsl:break

Unlike xsl:break, c:break is not required to appear in a tail position.

Error Conditions

It is a compilation error if the c:break element is not descendant of c:for-each, c:for-each-group or c:while.

See Also