This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

parsing the value of <xsl:value-of select="."/> to javascript function


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@us.net56.net
847-934-8100 ext 104


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]