The <assert> Element
Purpose
The <assert> element defines an assertion rule concerning one or more input fields of a form.
Attributes
| Name | Type | Description |
|---|---|---|
| test | CDATA | Required, Dynamic - A boolean expression that evaluates to true, if the inputs pass the test successfully. |
Body
The body of the <assert> element is defined by the following sequence:
(message)


