xsl-list
[Top] [All Lists]

Re: Using format-number() to display French currency

2005-07-04 08:57:36

if format-number doesn't do what you want, then it's sometimes easier to
just use the standard format and change things using translate.
In this case if you format it using the default , separator and . for
decimal point you want to change , to #160 and . to , so
translate(format-number(. . . ),',.',' ,')

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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