Re: [xsl] looking for Map like construct to store key/value pairs in variable

Subject: Re: [xsl] looking for Map like construct to store key/value pairs in variable
From: Wolfgang Laun <wolfgang.laun@xxxxxxxxx>
Date: Wed, 28 Mar 2012 13:30:48 +0200
This is usually done using the key() function. Here's the XSLT
tutorial: http://www.w3schools.com/xsl/func_key.asp

More examples can be found in the archives of this list.

-W



On 28/03/2012, Robby Pelssers <Robby.Pelssers@xxxxxxx> wrote:
> Hi all,
>
> Just wondering if XSLT / Xpath supports a Map like structure  like Java's
> HashMap and if so can someone provide a small sample of usage?
>
> Robby

Current Thread