Subject: parsing the value of <xsl:value-of select="."/> to javascript function
From: Howard Lim <Howard.Lim@xxxxxxxxxxxx>
Date: Wed, 23 May 2001 14:36:04 -0500
|
if i have the following code in my XSL file, how can i call my functions,
myFunction1 and myFunction2 and parsing the value of <xsl:value-of
select="."/> to my functions
<a href="http://www.mulberrytech.com"
onmouseover="myFunction1('<xsl:value-of select="."/>')"
onmouseout="myFunction2('<xsl:value-of select="."/>')">
XML is great!!! :)
</a>
my code is not working since i can't get the value of <xsl:value-of
select="."/> and parse it to my functions.
can somebody pls help me? thank you
Howard (Kian-How) Lim
howard.lim@xxxxxxxxxxxx
847-934-8100 ext 104
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|