<!ATTLIST REGEX id ID #IMPLIED value CDATA #REQUIRED> |
Attribute | Mand. | Description | Default |
id | no | Identifier of the regular expression. | |
value | yes | Regular expression. This value must match the syntax supported by the Jakarta OROMatcher product. |
<REGEX value='[a-z]*'> |