xsl-list
[Top] [All Lists]

Usage of RTF with Grouping and Count

2004-12-06 07:06:29
In my stylesheet, I have a RTF variable which contains
following xml tree.

<val>agwore</val><desc>wore
description</desc><totalquantity></totalquantity>
<val>agwore1</val><desc>wore
description1</desc><totalquantity>6</totalquantity>
<val>agwore3</val><desc>wore
description3</desc><totalquantity>7</totalquantity>
<val>New1</val><desc>New
description</desc><totalquantity> </totalquantity>
<val>agwore1</val><desc>wore
description1</desc><totalquantity>6</totalquantity>
<val>agwore3</val><desc>wore
description3</desc><totalquantity>7</totalquantity>
<val>New2</val><desc>New2
description</desc><totalquantity> </totalquantity>
<val>agwore</val><desc>wore
description1</desc><totalquantity>6</totalquantity>
<val>agwore3</val><desc>wore
description3</desc><totalquantity>7</totalquantity>

If you can see above "agwore" contains "agwore1 and
'agwore3" so its <totalquantity> should be agwore1's
<totalquantity> and <agwore3>'s <totalquantity>.

If you can see "New2", it contains "agwore" and
"agwore3".

So I want to display agwore with total quantity 13 and
New2 with totalquantity 13+7= 20.

I am not able to create a generic tenplate or RTF to
get the total quantity. Can anybody suggest me how to
find a good solution?

regards,
Ranjan


                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--