c:while

<c:while
  test = boolean_expression >
  <!-- Content: sequence-constructor -->
</c:while>

Repeateadly evaluates instructions until a condition is not met.

Category
instruction
Permitted parent elements
Any XCST element whose content model is sequence-constructor
Any literal result element

Attributes

test The condition for the loop to continue.

In addition to the attributes in the preceding table, there are a number of standard attributes that may appear on any XCST element.

See Also