[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Counting Characters and Words


Subject: Re: [xsl] Counting Characters and Words
From: Thomas Brand <brand@xxxxxxxxx>
Date: Tue, 27 Aug 2002 15:11:58 +0200


hi david, thanks for answering.


ok, but how do you do it with n paragraph elements?

<xsl:for-each select"paragraph">
...


At 13:51 27.08.2002 +0100, you wrote:


<xsl:variable name="x">
 <xsl:copy-of select="paragraph"/>
</xsl:variable>

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

David



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




Current Thread