xen:set - possible to create arrays?

If anyone it still wondering it is possible to do, just do it like this:

<xen:set var="prop.var1">1</xen:set>
<xen:set var="prop.var2">2</xen:set>
And you'll get an array 'prop' with two cells: var1 and var2
 
Top Bottom