xsl-list
[Top] [All Lists]

RE: Formatting negative numbers with format-number

2004-07-07 13:51:00
Jaime,

The format-number function takes a pattern for positive numbers and an
optional pattern for negative numbers.  If there is no explicit negative
subpattern a "-" is prepended to the positive form.  For example, the
pattern '#.00;(#.00)' for the number -3.12 would produce "(3.12)".  Note
the second pattern following the semi-colon that specifies the format to
use for negative numbers.

-Tracy

-----Original Message-----
From: Jaime Stuardo [mailto:jstuardo(_at_)security(_dot_)cl] 
Sent: Wednesday, July 07, 2004 3:26 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Formatting negative numbers with format-number


Hi all...

Is it posible using format-number function that the negative numbers to
be displayed enclosed in brackets? for example, -1234 = (1234)

Jaime

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