Re: [xsl] removing comma from within sum command

Subject: Re: [xsl] removing comma from within sum command
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Wed, 01 Dec 2004 16:19:25 +0100
I

s there a way to remove commas from the Charge node in this select?


Not in pure XSLT 1, no.

You (Dmitri) could do it in pure XSLT 1, but you will have to write a recursive template that performs the summing for you...


Though the suggestion of David is much easier...

G.

Current Thread