[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] sum up float values problem


Subject: RE: [xsl] sum up float values problem
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 30 Apr 2006 18:18:58 +0100

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


Current Thread