Re: [xsl] removing comma from within sum command

Subject: Re: [xsl] removing comma from within sum command
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 1 Dec 2004 17:43:14 GMT
> but the question is: where 
> would your example for the x variable and subsequent node-set be placed 

as I indicated, just replace the
<xsl:value-of select="format-number(sum
that you have by the two pass version that first makes a node set of
transformed StepCharge_TTBlack elements then sums them.
<xsl:variable>
..
</xsl:variable>
<xsl:value-of ...

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread