arg-conditions

Specifies the conditions associated with the enclosing action. It is different from other argument types in that it contains conditions instead of tokens.

Example

See <do-if>, <do-while>.

Allowed Content

Element

Description

and

A logical conjunction.

or

A logical disjunction.

Attributes

None

Content Rule

( and * | or * )

Parent Elements

Element

Description

do-if

Conditionally perform actions.

do-while

Repeats actions while a condition is True.