dot gets replaced by comma depending on regional settings
Brought to you by:
softimage
When a regional setting is chosen that has a comma as
decimal separator, this also changes the decimal
separator which is used in the xsi file.
This means the file cannot be read since:
0.000,1.2333 becomes 0,000,1,2333
Workaround: set regional setting to english(us)
Fix: adapt float to string conversion