xsl:break

The xsl:break instruction is used within xsl:iterate, and causes premature completion before the entire input sequence has been processed.

Category: instruction
Content: sequence-constructor
Permitted parent elements: any XSLT element whose content model is sequence-constructor; any literal result element

Attributes

select?

expression

The effect of the instruction may be defined either by a select attribute, or by an enclosed sequence constructor.

Details

For details see xsl:iterate.

Links to W3C specifications

XSLT 3.0 Specification

See also

xsl:iterate