xsl-list
[Top] [All Lists]

Re: Count all the elements of a column

2002-11-14 13:16:50
I think what you want to do here is to sum all the codenet element values
where the sex = F. If I understood correctly, then try this

<xsl:value-of select="sum(agent[sexe='F']/codenet)"/>

Ritu Kama
Work: (630) 734-5947
email: rkama(_at_)sarvega(_dot_)com


----- Original Message -----
From: "Yann Verlynde" <yverlynde(_at_)oxade(_dot_)com>
To: <XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, November 14, 2002 11:37 AM
Subject: [xsl] Count all the elements of a column


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



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



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