XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Posttop
pj pjSubject: New to XSLT, need help with a sum function
Author: pj pj
Date: 01 Apr 2010 08:26 PM
Originally Posted: 01 Apr 2010 08:25 PM
I have a XML file that has books with different elements, and currency is an attribute of price. I am having difficulties calculating the sum for the two different types of currency (USD and Euros). Here is what i have

EURO TOTAL: $
<xsl:for-each select="Books/Book/price[@currency='Euros']" >
<xsl:value-of select="."/>
<xsl:text>&#x0d;&#x0a;</xsl:text>
</xsl:for-each>
<xsl:for-each select="Books/Book" >
<xsl:value-of select="sum(/price[@currency='Euros'])"/>
</xsl:for-each>

The first part will display the two values that are EURO, but i am not sure what i am missing to sum them together. What i have right now will show four 0's (for the 2 USD values and 2 Euro values i assume) What am i missing?

Thank you,
Patrick

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.