Hi I have one XSL variable
<xsl:variable name="QTime" select="response/lst/int[@name='QTime']"/>
Now I need to pass this to JavaScript function. Please help me how to do this...
<span onmouseout='c();' onmouseover='s($numFound);'>
For example
<span onmouseout='c();' onmouseover='s(900);'>