The download seemed to work from http://icu-project.org/download/4.0.html
-----Original Message----- From: Sathasivam, Elayaraja [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2008 4:27 AM To: xalan-c-users@xml.apache.org Subject: RE: Xalan-C / XSL 1.0 : Curent date Did any one tried with ICU with windows platform.......? If we try to download the ICU it taken to IBM link such as http://www.ibm.com/developerworks/opensource/ did any one downloaded the ICU? There is no ICU to download... Instead of integrate ICU with the Xerces-C++ build, is there any download for Xerces-C++ with ICU. Hope fully it won't be there, since Xerces-C++ & ICU belongs to different vendor. Or any example of XSL printing the date ? Regards, Raja -----Original Message----- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 7:57 PM To: xalan-c-users@xml.apache.org Subject: Re: Xalan-C / XSL 1.0 : Curent date Sathasivam, Elayaraja wrote: > I would like to print the current date with the format ('E yyyy MM dd > hh:mm:ss' ) by using xsl 1.0. I am new to Xalan-C. I have worked only > with Xalan-J. > > Any thing similar as below in Xalan-C ???????? No, Xalan-C has no facility for date formatting. You will need to format the date, then pass it into the stylesheet as a parameter. Or, you can write an extension function that you can call in your stylesheet. The ICU (International Components for Unicode) has support for date formatting which is like the Java functionality you're using in Xalan-J. Dave