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