[Home] [By Thread] [By Date] [Recent Entries]
Hello,
is it legal to construct a map this way : <xsl:variable name="myMap" as="map(xs:string,xs:string+)">
B <xsl:sequence select="map:entry('key1', ('val11','val12'))"/>
B <xsl:sequence select="map:entry('key2', ('val21','val22'))"/>
</xsl:variable>Or should I construct a sequence of map:entry, and then apply map:merge on that sequence ? Thanks in advance, Christophe
|

Cart



