xsl-list
[Top] [All Lists]

RE: Usage of RTF with Grouping and Count

2004-12-06 07:13:56
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>.

How do you know that agwore contains agwore1 and agwore3, but does not
contain New1? Is it simply that a containing element has no value for
totalQuantity?

How do you compute the contents of this variable? Isn't it possible to
create one or two extra levels of hierarchy in the structure, to make your
life easier when it comes to processing the data?

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--