Subject: Re: AW: Counting number of characters of sibling text node
From: "Filipe Correia" <filipe.correia@xxxxxxxxxxxxxxx>
Date: Wed, 22 May 2002 14:30:08 +0100
|
>Try <xsl:value-of select="$pastTxtLen + string-length(.)" />
>instead of <xsl:value-of select="string-length($pastTxtLen) + string-length(.)" />
I tried your suggestion but I get NaN (not a number) as the result.
>If it does not work there is yet another (whitespace) problem.
>
I think you're right.. It might be a whitespace problem. Do you have an idea where that might be happening?
Filipe
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|