[xsl] Re: your mail

Subject: [xsl] Re: your mail
From: Sue Miller <smiller@xxxxxxxxxxxxxxx>
Date: Tue, 17 Jul 2001 16:14:20 +0100 (BST)
Is there a  way of doing this without already knowing the string in the
element?
i.e.
<xsl:value of select="count(//field[@column='3' and . = field[@column='3'
/>

Thanks,
Sue

On Tue, 17 Jul 2001, David Carlisle wrote:

>
> > 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
>




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


Current Thread