[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] newbie - problem with sum
I need to sum all the Amounts with a value > 0 I set up a variable <xsl:variable name="suspensecr"> <xsl:for-each select="/Report/Suspense"> <xsl:if test="Amount > 0"><xsl:value-of select="Amount"/></xsl:if> </xsl:for-each> </xsl:variable> which seems to contain all the required values but I can't get a sum produced from this. I've tried all sorts of <xsl:value-of select="sum(.... but to no avail. Can someone help please? Thanks Jan -------------------------------------------------------------------------- CONFIDENTIALITY The information contained in this e-mail and any files transmitted with it is private and confidential. It is intended for the named addressee only. If you are not the intended addressee you are prohibited from storing, copying or using the information in any way. If you received this e-mail due to a transmission error please notify the sender immediately. No liability is accepted by Northern Rock for any losses caused by viruses contracted during transit over the Internet or present in any receiving system. This e-mail is not intended to create legally binding commitments on behalf of Northern Rock plc, nor do its contents reflect the corporate views or policies of Northern Rock plc. -------------------------------------------------------------------------- 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
|