Retrieving hashmap values in XSLT 2.0 Using Saxon-HE
问题 I want to pass Map object as parameter in XSLT 2.0 version and i want to retrieve the Map object data under XSLT 2.0 file using Saxon-HE. I googled a lot and found Retrieving hashmap values in XSLT link which completely matches according to my need but i am getting exception such as Static error in {map:get($mapData,'1')} in expression in xsl:variable/@select on line 23 column 94 of transformer.xslt: XPST0017: Cannot find a 2-argument function named {http://ns.saxonica.com/map}get(). I don't