xsl-list
[Top] [All Lists]

Re: How to count attributes?

2002-11-25 03:58:38
Thanks all for your help!!

Vasu Chakkera wrote:

Sorin,

<xsl:value-of select="count(element/@atrr)"/>
will do the job Vasu

----- Original Message ----- From: "Sorin Marti" <mas(_at_)semafor(_dot_)ch>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, November 25, 2002 10:22 AM
Subject: [xsl] How to count attributes?


Hi all,

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)

Thanx for help
mas


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


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






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



<Prev in Thread] Current Thread [Next in Thread>