<map-dict> generate a list of dictionaries
- name
- map-dict
- xml namespace
- http://moyaproject.com
Create a list of dictionaries from 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-dict src="crew" dst="crew" let:name="title:name" let:human="species == 'human'"/>
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 |
|