> 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
|