|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Conditional Summation
> What should my xsl look like in > order to sum up the "Amount" values for the borrower with Rank = 1? with Loan as the context node: sum(Borrower[Rank=1]/AssetSet/Asset/Amount) Mike Kay Software AG > > I want to display: > > Kelly Smith > Total Assets: $1100 > > John Smith > Total Assets: $400 > > A simplified version of my xml is: > > <Loan> > <Borrower> > <FirstName>Kelly</FirstName> > <LastName>Smith</LastName> > <Rank>1</Rank> > <AssetSet> > <Asset> > <Amount>500</Amount> > </Asset> > <Asset> > <Amount>600</Amount> > </Asset> > </AssetSet> > </Borrower> > <Borrower> > <FirstName>John</FirstName> > <LastName>Smith</LastName> > <Rank>2</Rank> > <AssetSet> > <Asset> > <Amount>100</Amount> > </Asset> > <Asset> > <Amount>300</Amount> > </Asset> > </AssetSet> > </Borrower> > </Loan> > > Thanks, > Katie > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at > http://explorer.msn.com/intl.asp > > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








