xsl-list
[Top] [All Lists]

[xsl] XSL: Why ouput replaces dot as comma ??

2008-08-18 22:33:23

XSLT: Version 1.0
Processor: Xalan-C_1_8_0-windows_2000-msvc_60
/xerces-c_2_5_0-windows_nt-msvc_60  
Platform: Windows XP 

Requriement: Converting xml to ascii files.

AcutalOutput:117,62 ( Why the output replacing the dot'.' as comma','
???)
Expected Output: 117.62 

XSL:

<xsl:value-of select="Charge[(_at_)Id='79' and @Type='5' and
@PT='P']/@Amount"/>

Input XML file:

<Charge Id="79" Amount="117.62" CurrCode="EUR" Type="5" PT="P"/>



Regards,
Raja 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>