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]

Function call to set a variable


I am trying to set a variable to the value that is returned
by one of my javascript functions:

<xsl:variable name="Language">getLanguage()</xsl:variable>

The example above does not work, but is it possible to call
my getLanguage() function and set the variable to this value?
An in that case, how?

/Tomas


 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]