<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'"/>
<!-- [{'name':John, 'human':yes}{'name':Rygel, 'human':no}{'name':'Aeryn',  'human':no}] -->
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