xsl-list
[Top] [All Lists]

How to get the current date( year) on xsl

2005-05-19 08:26:27

I try to get the system date by these two lines:
<xsl:stylesheet 
        version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:datetime="http://exslt.org/dates-and-times";>


then 
<xsl:value-of select="datetime:dateTime()" />

but it pop up error that
"http://exslt.org/dates-and-times"; don't have any
functions

Could I get help to figure out how I can get the
system date on xsl file?


THanks


______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • How to get the current date( year) on xsl, que Li <=