Re: Transformation comma-point

2002-04-02 Thread KOZLOV Roman
Hello, It is also possible to use translate function like this: Best regards Roman Luca Morandini wrote: > Ferran, > > one elegant way could be: > > 1) Define your format for numbers > > name="italy" > decimal-separator="," > grouping-separator="." > NaN="vuoto" > /> > > 1) Ap

Re: Transformation comma-point

2002-04-02 Thread Ferran Urgell
There are some function in xsl to transform commas into points ? - Original Message - From: Nader S. Henein To: [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 11:25 AM Subject: RE: Transformation comma-point you can use a regular expression witch changes

RE: Transformation comma-point

2002-04-02 Thread Luca Morandini
Ferran, one elegant way could be: 1) Define your format for numbers 1) Apply it to the outputted numbers Of course, I used this for the opposite reason (outputting commas instead of points)... but you got the idea :) Best regards, P.S. Next time use plain text, please. ---

Re: Transformation comma-point

2002-04-02 Thread Nicola Ken Barozzi
I call this template to substitute ' with \' for javascripts. You can change it to make it substitute other chars. How I call it: ' The template: \'

RE: Transformation comma-point

2002-04-02 Thread Nader S. Henein
you can use a regular expression witch changes comas between numeric characters into "." but this will affect you if you have something like 1,2,3,4 in a textual context as opposed to numerical. -Original Message-From: Ferran Urgell [mailto:[EMAIL PROTECTED]]Sent: Tuesday, Apr