RE: [xsl] Difficulty with an msxsl:script function.

Subject: RE: [xsl] Difficulty with an msxsl:script function.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 19 Dec 2000 09:53:34 -0000
> <msxsl:script language="JavaScript" implements-prefix="user">
> 	function getLanguage()
> 	{
> 		var lang=document.mycombo....
> 
Try passing the root node of the document as a parameter to the function,
i.e. call user:getLanguage(/), and use this parameter instead of "document".
I don't know MSXML3 well enough to be sure this will work, but it seems
likely.

Mike Kay

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


Current Thread