chickadee » sxml-informal » fields

(fields #!optional legend . elements)syntax

This rule should be used inside an informal's body to group a set of input elements. The resulting SXML will wrap them in a fieldset element, possibly with a legend. The elements are then wrapped in an ol elements, thus elements must be a list of li elements. This is sensible because all sxml-informal's input element rules transform into input elements li wrapped elements.