chickadee » sxml-informal » informal

(informal options . body)syntax

This is the wrapping rule for all further rules. It creates a form tag according to the alist options. The available keys are:

prefix
a string which will be prepended to all of this form's input elements' name and id attributes.
@
the SXML attribute list for the resulting form tag, passed verbatim; use this to set the form's action etc.

Alternatively options may be an immediate attribute list if no futher configuration is needed.

The body should contain the form's input elements (see Input Element Rules).