Subject: Re: sum() with decimal-separator ","
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Tue, 9 Sep 2003 02:31:42 -0700 (PDT)
|
> The problem is that I have to use a decimal format with
> decimal-separator=",":
> <row>
> <BUCHWERTBW> 43023,7</BUCHWERTBW>
> </row>
>
> so the result is NaN. How can I use the function sum() with an
> decimal-separator like "," ?
Use the "transform-and-sum" template of FXSL.
For examples, search the list for "transform-and-sum". One such example is
at:
http://sources.redhat.com/ml/xsl-list/2001-11/msg00831.html
=====
Cheers,
Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|