| 
 
Subject: [xsl] xslt, script, attribute as parameter From: BARTHELEMY PHILIPPE <philippe.barthelemy@xxxxxxxxxxxxx> Date: Thu, 1 Mar 2001 17:14:57 +0100  | 
> hi,
> 
> I am using xslt and msxsl script extension with msxml3.
> My problem is that I can not access and attribute value as a Jscript
> String in my script.
> 
> eg :
> the script :
> 	 <![CDATA[
> 	function HiDude(_attrVal)		{
> 		var strOut 	= new String (_attrVal);
> 
> 		strOut.indexOf ( "b", 0 );
> 		return "done";
> 	}
> 	....
> 	]]>
> 
> the xsl code :
> 	<xsl:value-of select="scriptsNS:HiDude(@attr)"/>
> 
> the error in IE
> Microsoft JScript runtime error Wrong number of arguments or invalid
> property assignment line ...
> Why can't cast the value of an attribute to a String ?
> 
> any idea,
> TIA,Philippe
> 
> 
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] divide info in several ou, Cristobal Galiano Fe | Thread | Re: [xsl] xslt, script, attribute a, Jeni Tennison | 
| [xsl] divide info in several output, Aniceto López | Date | Re: [xsl] divide info in several ou, cutlass | 
| Month |