xsl-list
[Top] [All Lists]

Count all the elements of a column

2002-11-14 10:37:46
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



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