Re: variables and substring

Subject: Re: variables and substring
From: "Nikolai Grigoriev" <grig@xxxxxxx>
Date: Sat, 19 Feb 2000 23:54:56 +0300
><xsl:value-of select="substring-after('$N','list'"/>
>does not return the anticipated value -- 1, 2

Unquote the variable name: 
substring-after($N,'list') should work.

Cheers,
Nikolai



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


Current Thread