[no subject]

From: "frank Stein" <freeposte@xxxxxxxxxxx>
Date: Mon, 29 Jan 2001 13:59:23
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



Current Thread