Re: counting tags with a certain attribute

Subject: Re: counting tags with a certain attribute
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Fri, 17 Mar 2000 13:46:18 -0500
> <Field name="me" size="50">
> </Field>
> 
> <Field name="me" size="34">
> </Field>

count(//Field[@name='me']).  Use of // is inefficient, though, so you'll
probably want to use a more precise path.

 Steve


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


Current Thread