Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Missing a decimal point

From: Ivan@-----------.---------.---
To: NULL
Date: 2/3/2005 6:27:00 PM
Then you probably read it as a string and then depending on your locale 
setting you 
cast "2.25" to 2.25 or 225. I mean the actual text string in the XML is 
"<value>2.25</value>. In a German computer, the value read would be 225. I am 
trying to find out if thre is a way to tell the xml parser (msxml in this 
case) that the locale used in this particular xml file is English regardless 
of the fact that the system setting is German. 


"Roland Hall" wrote:

> "Ivan" wrote in message 
> news:45CD470F-B3AB-4410-9260-8AAA816ADE4A@m......
> : Recently I had some problems with MSXML misinterpretting numbers with
> : floating points - when I want to save something like 0.123456 it saves it 
> as
> : 123456.
> : It has to do with the locale - some European locales use "," as decimal
> : separator instead of period "." and this is when the problem happens - 
> looks
> : like msxml only understands the "." so if we switch back to English locale
> : the problem is gone.
> : Is there any other way to fix this problem besides changing the locale 
> back
> : to US English? Some of our customers are not willing to do this.
> 
> And if you pass it as a string instead of a floating point number, then 
> what?
> 
> -- 
> Roland Hall
> /* This information is distributed in the hope that it will be useful, but 
> without any warranty; without even the implied warranty of merchantability 
> or fitness for a particular purpose. */
> Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
> WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
> MSDN Library - http://msdn.microsoft.com/library/default.asp
> 
> 
> 


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent