Subject: Re: sum() with decimal-separator ","
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Sep 2003 10:04:19 +0100
|
> try select="sum(translate(row/BUCHWERTBW, ',', '.'))
translate() returns a string and you can't apply sum() to a string.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|