Hi
I need to use javascript variable as parameter to the select attribute.
<xsl:for-each select="xxxxxxxxxxx">
I want to use javascript variable instead of the xxxxxxxxxxx string.
something like :
<xsl:for-each select=MyJavaScriptVar>
Thanks in advanced
goodgood.
I need to use javascript variable as parameter to the select attribute.
<xsl:for-each select="xxxxxxxxxxx">
I want to use javascript variable instead of the xxxxxxxxxxx string.
something like :
<xsl:for-each select=MyJavaScriptVar>
Thanks in advanced
goodgood.