Subject: Re: Counting nodes
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 18 Oct 2001 21:47:53 +0200
|
<xsl:value-of select="count(item[position() < 6][@cheked='true'])"/>
Joerg
----- Original Message -----
From: "Carlos Durand Silvestrin" <csilvestrin@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, October 18, 2001 9:38 PM
Subject: Counting nodes
>
> Hello everybody,
>
> Look the example below, I want to know how do I get the number of nodes
that
> has the true attribute("cheked") for position 0 to 5?
>
> <item cheked="true"/>
> <item cheked="false"/>
> <item cheked="false"/>
> <item cheked="true"/>
> <item cheked="true"/>
> <item cheked="false"/>
> <item cheked="true"/>
>
> Durand
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|