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]

RE: Passing XSL variable to Javascript!


> I am facing a problem when i am trying to pass a XSL variable to a
> javascript function.

If your javascript function expects a string, then in the function call,
convert the XPath value to a string using the string() function. Otherwise
the Javascript function will be passed a node-set. The implicit conversion
of node-sets to strings that happens when you call native XPath functions
doesn't happen within a JavaScript function.

Mike Kay
Software AG
>


 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]