Subject: Javascript invokation in XSL
From: Samir Narendra Sardar <ssardar@xxxxxxxxxxxxxx>
Date: Tue, 06 Jun 2000 10:58:20 -0400
|
Hi...
I was surfing the XSL lists and I am having the same problem what u
guys
have about the Javascript as how to call a javascript function from XSL.
<SCRIPT LANGUAGE="JavaScript"><![CDATA[
function Test()
{
[.....code....]
}
]]></SCRIPT>
Can u please tell me how to write a invoking function in XSL?
javascript:Test(<xsl:value-of select="//SOMETHING"/>)
Thanks in advance.
Regards,
Samir Narendra Sardar.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|