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 ???????? - xmlns:java=http://xml.apache.org/xslt/java <xsl:variable name="cDate" select="java:format(java:java.text.SimpleDateFormat.new('E yyyy MM dd hh:mm:ss'),java:java.util.Date.new())"/> Thanks & Regards, Raja