RE: [xsl] How to count attributes?

Subject: RE: [xsl] How to count attributes?
From: Jarno.Elovirta@xxxxxxxxx
Date: Mon, 25 Nov 2002 12:38:31 +0200
Hi,

> I'd like to count the number of one attribute. How can I do that?
> 
> example:
> 
> <element atrr="bla">...</element>
> <element atrr="blu">...</element>
> <element atrr="ble">...</element>
> <element atrr="bli">...</element>
> <element atrr="blo">...</element>
> 
> The result should be: 5 (because the attribute attr exists 5 times)

<xsl:value-of select="count(element/@atrr)" />

Jarno - Cyborg Attack: Blutgeld (Part I)

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


Current Thread