XML Number Format is based on Browser Language - any way to turn it off?
While generating a XML File as datasource (using WriteRowset() and a File Layout) for a BIP Report with a browser locale like "German" for example, the number format shows up like:
<ANNUAL_RT>179000,000</ANNUAL_RT>
The BIP Report fails because it expects the english number format
<ANNUAL_RT>179000.000</ANNUAL_RT>
Is there any way to force the XML File Layout or WriteRowset to format numbers using english and not the browser locale setting.