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, April 02, 2002 1:18 PM
To: [EMAIL PROTECTED]
Subject: Transformation comma-point

Hi Cocooners!
 
I've a problem:
I'm getting xml from a database, but I'm getting some results (number results with decimals), but these results are in commas (ex. 123,34).
 
Now I'm trying to make some transformation into svg, but don't accept the commas....
I need to change this commas to points...
 
The question is: How I can do this ?
 
Thanks
 
Ferran Urgell

Reply via email to