xsl-list
[Top] [All Lists]

RE: Summing Similar XML Elements for Display

2003-03-21 11:25:24
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



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