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]

Re: your mail



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


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