<lines> create a list from lines

name
lines
xml namespace
http://moyaproject.com

Create a list from lines.

This tag create a list of strings from the lines in the enclosed text. Lines are striped of whitespace.

The following two examples are equivalent:

<list dst="hobbits">
    <str>Sam</str>
    <str>Bilbo</str>
    <str>Frodo</str>
</list>

<lines dst="hobbits">
    Sam
    Bilbo
    Frodo
</lines>

Example

<lines dst="hobbits">
    Sam
    Bilbo
    Frodo
</lines>
inherited attributes
name purpose type required? default choices
dst Destination reference No
if Conditional expression expression No yes
value Value expression No None