Re: [xsl] How do I get a SUM of the string-length of all child nodes ??

Subject: Re: [xsl] How do I get a SUM of the string-length of all child nodes ??
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 28 May 2005 11:32:45 +0100
the sum of the string lengths of all child nodes is the string length of
the current node, so
string-length(.)
is all you need.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread