RE: [xsl] Grouping and Summing information

Subject: RE: [xsl] Grouping and Summing information
From: "Anton Damhuis" <ADamhuis@xxxxxxxxxxxxxx>
Date: Wed, 2 Feb 2005 20:22:45 +0200
Thank you so much Joris.

It now works perfectly ....
I've been battling with this for over 3 days now.

Thanks again.

Regards
  Anton

-----Original Message-----
From: Joris Gillis [mailto:roac@xxxxxxxxxx]
Sent: 02 February 2005 08:08
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Grouping and Summing information


<xsl:value-of select="sum(key('totalByGroup',../sort)/col[($n)])" />

Current Thread