map: Support @index on all lvm:from
* src/current/compiler/map.xsl (lvmc:compile)[lvm:map//lvm:from[*]]: Output index if @index is set.master
parent
ba1faa74da
commit
4554013356
|
@ -737,6 +737,11 @@
|
|||
<text>})(input['</text>
|
||||
<value-of select="@name" />
|
||||
<text>']</text>
|
||||
<if test="@index">
|
||||
<text>[</text>
|
||||
<value-of select="@index" />
|
||||
<text>]</text>
|
||||
</if>
|
||||
|
||||
<if test="$nested">
|
||||
<text>[curindex]</text>
|
||||
|
|
Loading…
Reference in New Issue