| Subject: [xsl] simple summation question From: "Lee, Insoo" <Insoo.Lee@xxxxxx> Date: Mon, 30 Dec 2002 16:11:38 -0500 | 
Hello - a quick simple question, how would get a subTotal for someValue by entity as shown below? I can get a grand total by using sum(/report/entity/row/someValue).. Thanks <report> <entity> <row> <someValue>5</someValue> </row> <row> <someValue>6</someValue> </row> <row> <someValue>7</someValue> </row> </entity> <entity> <row> <someValue>8</someValue> </row> <row> <someValue>9</someValue> </row> <row> <someValue>10</someValue> </row> </entity> </report> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] XSL Word concatenate and , Kevin Jones | Thread | RE: [xsl] simple summation question, Martinez, Brian | 
| Re: [xsl] creating and using a XML , Mike Brown | Date | RE: [xsl] simple summation question, Martinez, Brian | 
| Month |