[xsl] Count all the elements of a column

Subject: [xsl] Count all the elements of a column
From: "Yann Verlynde" <yverlynde@xxxxxxxxx>
Date: Thu, 14 Nov 2002 18:37:46 +0100
Hello,

How can i do to count all the elements of a column in a table?

My table is build by a for-each tag.

Thanks in advance

<xsl:variable name="agent-sexe-F" select="agent/sexe[ text() = 'F' ]"/>

<xsl:variable name="somme-agent-sexe-M"
select="sum($agent-sexe-M/codenet)"/>



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


Current Thread