Re: [xsl] Counting Characters and Words

Subject: Re: [xsl] Counting Characters and Words
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 Aug 2002 13:51:07 +0100
<xsl:variable name="x">
 <xsl:copy-of select="paragraph"/>
</xsl:variable>

<xsl:value-of select="string-length($x)"/>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread