Define choices, for use by select fields.
Choices are a list of values and labels, that might be used by a select control. You can retrieve the data defined by this tag with get-choices
.
<choices libname="choices.markup"><choice value="text" label="Plain text"/><choice value="bbcode" label="BBCode markup"/><choice value="html" label="HTML"/></choices><get-choices choices="#choices.markup" dst="choices" />