|
Subject: Re: [xsl] Using format-number() to display French currency From: "Joris Gillis" <roac@xxxxxxxxxx> Date: Mon, 04 Jul 2005 17:40:54 +0200 |
I have the following data:
<Amt type="decimal">-1245.25</Amt>
And I would like it to display as follows:
-1 245,25 $
<xsl:value-of select="format-number(., '## ##0,00 $',
'FrenchDecimalFormat')"/>
regards, -- Joris Gillis (http://users.telenet.be/root-jg/me.html) Spread the wiki (http://www.wikipedia.org)
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Using format-number() to disp, Maria Amuchastegui | Thread | RE: [xsl] Using format-number() to , Maria Amuchastegui |
| Re: [xsl] Problems sorting data, David Carlisle | Date | RE: [xsl] Using format-number() to , Maria Amuchastegui |
| Month |