XSL: Ouput replaces dot as comma ??
[u]XSLT:</u> Version 1.0
[u]Requriement:</u> Converting xml to ascii files.
[u]AcutalOutput:</u>117,62 ( Why the output replacing the dot'.' as comma',' ???)
[u]Expected Output:</u> 117.62
[u]XSL:</u>
<xsl:value-of select="Charge[@Id='79' and @Type='5' and @PT='P']/@Amount"/>
[u]Input XML file:</u>
<Charge Id="79" Amount="117.62" CurrCode="EUR" Type="5" PT="P"/>
Regards,
Raja
|