Charles,
Thank u so much. As i am a newbie, i kinda missed this one...
When i try to build ICU, i get the following error.
Text relocation remains referenced
against symbol offset in file
fflush 0x160
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
matherr 0x1f8
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
matherr 0x29c
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
matherr 0x394
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
matherr 0x448
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
matherr 0x4e4
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
matherr 0x580
/opt/SUNWspro/SC4.2/lib/libm.a(_SVID_error.o)
-----Original Message-----
From: Charles Nicholson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 13, 2002 2:25 PM
To: [email protected]
Subject: RE: problems in Number formatting with Xalan-c
Did you build the ICUBridge library that came with Xalan?
http://xml.apache.org/xalan-c/usagepatterns.html#icu
Go down to headers to "Enabling ICU support for number formatting and
sorting" and see if that helps you at all...
We're using format-number with Xalan-C this way, and it works great.
HTH,
Charles Nicholson
-----Original Message-----
From: Arun Ramdas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 13, 2002 5:21 PM
To: [email protected]
Subject: problems in Number formatting with Xalan-c
I am trying to format a floating point number. It seems to be working fine
with Xalan-java but not with Xalan-c
Here is what i do in the xsl
Input: 2.345456
<xsl:value-of select="format-number($changes,'###.##%')"/>
I want the o/p as 2.35
Can anyone help me out?
Thanks
Arun Ramadoss