[Home] [By Thread] [By Date] [Recent Entries]
Mehul, You may make use of the Extension libraries to accomplish this. the following is what you may wish to do.. <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:java = "java"> <xsl:template match="/"> <xsl:value-of select="java:util.Date.new()"/> <!-- the date u get this is of the format "Tue Jun 25 14:59:27 BST 2002" you may format this date string to which ever way u like --> </xsl:template> </xsl:stylesheet> HTH Vasu From: Mehul Kishor Mehta <mkishor@xxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Date in document ! Date: Tue, 25 Jun 2002 09:08:33 -0400 _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



