RE: [xsl] Summing Similar XML Elements for Display

Subject: RE: [xsl] Summing Similar XML Elements for Display
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 21 Mar 2003 18:25:24 -0000
> What I need to do is sum all payment values that are 
> associated with the same company code for display.  I want 
> the resulting XML to look something like this:
> 
> <AccountsReceivable>
> 	<Payments CompanyCode="01" Payment="150"/>
> 	<Payments CompanyCode="02" Payment="300"/>
> 	<Payments CompanyCode="03" Payment="7000"/>
> 	<Payments CompanyCode="04" Payment="5"/>
> </AccountsReceivable>
> 
> Can anyone offer me some suggestions?

Go and read about grouping in your favourite XSLT textbook or at
www.jenitennison.com/xslt/grouping

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread