This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Counting Characters and Words


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]