[Home] [By Thread] [By Date] [Recent Entries]
Hello,
I want to pass a java.util.Map object to a XSLT as a parameter.
Currently the way I am doing is:
1. Creating an org.w3c.dom.Document object in the format
<x:map>
<entry key="..." value="..."/>
...
</x:map>2. I have defined a parameter in xslt <xsl:param name="XSLTParameter" />
<xsl:key name="xsltParameterMap" match="document('')/*/map/entry" use="@key"/> But nothing is working. It cannot access the xml document that I am passing Any help on this? Thank you Deval
|

Cart



