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]

No Subject


Hello,
please, is there any way to affect an xml variable with the output return of 
a JavaScript function ?

The following example do not recognize the JavaScript function call.
Example :
...
<xsl:template match="RootLevel">
	<xsl:variable name="my_var">retrieveData();</xsl:variable>
	<xsl:apply-templates select="Level[@status=$my_var]"/>
  </xsl:template>
...

function retrieveData(){
return(true);
}

Any idea about the way to call the retrieveData() function ?
Thanks.

Ovide
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


 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]