Re: [xsl] Counting Characters and Words

Subject: Re: [xsl] Counting Characters and Words
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 Aug 2002 14:25:36 +0100
> ok, but how do you do it with n paragraph elements?
> 
> <xsl:for-each select"paragraph">

The for-each you sketched out indicated that you wanted all of the
paragraph elements that were children of the current node.
the code I suggested used the same select expression so would select the
same paragraphs as your for-each.

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