xsl-list
[Top] [All Lists]

RE: [xsl] sum up float values problem

2006-04-30 10:19:19

But please allow me one more question. Is there a way to get 
the sum result into a variable or parameter? I would need the 
sum for further more calculations...


<xsl:variable name="total">
  <xsl:call-template name="xyz">
    <xsl:with-param...
  </xsl:call-template>
</xsl:variable>

Michael Kay
http://www.saxonica.com/


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