xsl-list
[Top] [All Lists]

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

2008-08-19 01:27:06
"Sathasivam, Elayaraja" wrote:

  Hi

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

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

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

  Seems like a locale is used to format the amount.  The problem is
that xsl:value-of shouldn't do that itself.  Isn't there any other
processing on the text node created by this instruction?

  Regards,

--drkm

























      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

--~------------------------------------------------------------------
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>