<list> create a list

name
list
xml namespace
http://moyaproject.com

Creates a list. Any data items in the enclosed block are added to the list.

Example

<list dst="hobbits">
    <str>Sam</str>
    <str>Bilbo</str>
    <str>Frodo</str>
</list>
<echo>${commalist:hobbits}</echo>
<list dst="empty"/>
inherited attributes
name purpose type required? default choices
dst Destination reference No
if Conditional expression expression No yes
value Value expression No None