[no subject]

From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Jul 2001 15:03:54 +0100
> I'm trying to do a count of how many times field[@column='3'] has the same
> value within my XML tree. e.g. How many times does field[@column='3']
> have the value A. I need

<xsl:value of select="count(//field[@column='3' and . = 'A'])"/>

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