This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Format number problem


How can I check if ICU is already available or not?
Thanks,

Akila Ramakrishnan
(314) 768 5809
axramakr@up.com


                                                                                                                    
                      "Andreas Hess"                                                                                
                      <hess@h-a-s-e.com>                To:       <xsl-list@lists.mulberrytech.com>                 
                      Sent by:                          cc:                                                         
                      owner-xsl-list@lists.mulbe        Subject:  Re: [xsl] Format number problem                   
                      rrytech.com                                                                                   
                                                                                                                    
                                                                                                                    
                      06/13/02 10:10 AM                                                                             
                      Please respond to xsl-list                                                                    
                                                                                                                    
                                                                                                                    




Hi Akila,

if you are using Xalan C++, make sure you are using the International
Components for Unicode (ICU), or else format-number won't work. See
http://xml.apache.org/xalan-c/faq.html#faq-9 for details.

Regards,
Andreas

> Date: Wed, 12 Jun 2002 12:30:38 -0500
> From: AXRAMAKR@UP.COM
> Subject: [xsl] Format number problem

> <xsl:value-of select = 'format-number(@zne, "00")'/>
> is my code for formatting the zne attribute to two digits. So if
> zne is 1 I
> want to display 01. Is this code correct? It is not working.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]