Hi there,
I'm trying to sum report totals, but I only want to sum certain attributes.
For example
My.xml
<report>
<tranxs>
<tranx cccf="N" amt="200">
</tranx>
</report>
My.xsl
<xsl:for-each select="report">
...
<xsl:value-of select="sum(tranxs/tranx[@cccf = 'N']/@amt)"/>
I know the above line is wrong, but I don't know how to fix it. I want it
to sum depending on the cccf attribute value.
Thanks in advance,
Callum Elliott
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Sum() function
- Callum Elliott - Wed, 23 Feb 2000 14:49:09 +1100 <=
- <Possible follow-ups>
- Kay Michael - Wed, 23 Feb 2000 10:50:00 -0000
|
|