[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Grouping by key

Subject: Re: [xsl] Grouping by key
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Fri, 12 Nov 2004 12:29:52 +0100
performing sum in xsl
gopinath.emmidisetty@xxxxxxxxxxxxxxxxxxxxxxxxx wrote:

Hi,

Thanks, now the categorised output is working fine. Now, I have got another question. While categorising the output, I want to total the values in one of the columns. I know there is a function called sum(node-set) and tried to use(search for sum function in my xsl file).
From the fact that I don't get the results, I don't know how to apply sum
function in juction with key function. Any suggestions, please?

Thanks.

As far as I can see, there is only one child of each account element that matches '*[@colno=3]', so performing a sum of only one value is not likely to help your.


Are you trying to display the sum of all colno 3 elements? try 'sum(//*[@colno=3])' instead.

If you want the cumulative of the 'above', you could try '*[@colno = 3] + sum(preceding-sibling::account/*[@colno=3])'..

Grtz,
Geert

--
Geert.Josten@xxxxxxxxxxx
IT-consultant at Daidalos BV, Zoetermeer (NL)

http://www.daidalos.nl/
tel:+31-(0)79-3316961
fax:+31-(0)79-3316464

GPG: 1024D/12DEBB50

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.