Re: [xsl] Counting number of characters of sibling text node

Subject: Re: [xsl] Counting number of characters of sibling text node
From: "Filipe Correia" <filipe.correia@xxxxxxxxxxxxxxx>
Date: Wed, 22 May 2002 14:43:42 +0100
>
>Why not just
><xsl:value-of select="string-length() +
>string-length(preceding-sibling::text())"/> ?
>

It works!!  thanks!
I don't understand exactly why my version didn't work.
Do you know what was the problem with it?



    Filipe


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


Current Thread