<map> map an expression on to sequence
- name
- map
- xml namespace
- http://moyaproject.com
Create a list by mapping an expression on to a sequence
Example
<list dst="crew">
<dict let:name="'john'" let:species="'human'" />
<dict let:name="'rygel'" let:species="'hynerian'" />
<dict let:name="'aeryn'" let:species="'peacekeeper'" />
</list>
<map src="crew" dst="manifest"
value="sub:'${title:name} is ${species}'" />
attributes
name |
purpose |
type |
required? |
default |
choices |
filter |
Skip item if this expression is false |
function |
No |
|
|
src |
Source sequence |
expression |
Yes |
|
|
inherited attributes
name |
purpose |
type |
required? |
default |
choices |
dst |
Destination |
reference |
No |
|
|
if |
Conditional expression |
expression |
No |
yes |
|
value |
Value |
expression |
No |
None |
|