xsl-list
[Top] [All Lists]

Re: Sum so hard

2005-01-15 12:31:36
Tempore 20:12:28, die 01/15/2005 AD, hinc in xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit Marcos Hercules Sant <mhercules(_at_)gmail(_dot_)com>:

Excuse the simplicity of this problem, but it's driving me crazy. I'm
trying to sum  the Total  to element vagas but it only reapet the
values, I wish to show the Total values. Please!!!

Use the Xpath function 'sum()'
e.g. <xsl:value-of select="sum(../../vagas)"/>


regards,
--
Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041)
Gaudiam omnibus traderat W3C, nec vana fides

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



<Prev in Thread] Current Thread [Next in Thread>
  • Sum so hard, Marcos Hercules Sant
    • Re: Sum so hard, Joris Gillis <=