arg-conditions

The <arg-conditions> argument 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>.

1. Allowed Content

and
logical conjunction
or
logical disjunction

2. No Attributes

3. Content Rule

( and * | or * )

4. Parent Elements

do-if
  conditionally perform actions
do-while
  repeat actions while a conditions are true

Top Elements || All Elements || Tree


DirXMLScript DTD