xsl-list
[Top] [All Lists]

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

2007-05-14 03:06:49
Abel Braaksma wrote:

<xsl:stylesheet
   xmlns:fn="http://www.w3.org/2005/02/xpath-functions";
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="2.0">



Correction (thanks Florent), that should become:

<xsl:stylesheet
  xmlns:fn="http://www.w3.org/2005/xpath-functions";
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="2.0">

but is not necessary anyway (again see Florent's comments), so you can do without it...

-- Abel


--~------------------------------------------------------------------
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>
--~--