Re: [xsl] Return system's date and time

Subject: Re: [xsl] Return system's date and time
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Mon, 14 May 2007 15:00:08 +0530
Here is the syntax
<xsl:value-of select="fn:current-time()"/>
and a error "Namespace prefix fn has not been declared"
How to declared namespace?

At 11:22 AM 5/14/2007 +0200, you wrote:
fn:current-time()
fn:current-dateTime()
fn:current-date()


J. S. Rawat wrote:
Hi Lists-
Is there a way to get System's date and time in the output file!!!

thanks
...JSR

Current Thread