|
Home > Archive > MS SQL XML > October 2005 > SQLXML and floats separator
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SQLXML and floats separator
|
|
|
| Hello
is there any way to set a sign which is used as a separator for floats - it
puts '.' however I need ',' - I am in Europe :-).
Simply I need somethnig like that as a result of xml output <TagName
FloatValue="12,45">
but I can only get <TagName FloatValue="12.45">
I have not found any info about it in BOL, and only questions on the net.
Thanks in advance
Alwik
| |
| Michael Rys [MSFT] 2005-10-27, 9:25 am |
| There is no formatting option in generating the XML. You may want to
transform this in your XSLT stylesheet when you render it for presentation.
Best regards
Michael
"Alwik" <alwik@op.pl> wrote in message
news:di42jk$n6j$1@ne
mesis.news.tpi.pl...
> Hello
> is there any way to set a sign which is used as a separator for floats -
> it
> puts '.' however I need ',' - I am in Europe :-).
> Simply I need somethnig like that as a result of xml output <TagName
> FloatValue="12,45">
> but I can only get <TagName FloatValue="12.45">
> I have not found any info about it in BOL, and only questions on the net.
>
> Thanks in advance
> Alwik
>
|
|
|
|
|