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

Subject: Re: [xsl] Return system's date and time
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 14 May 2007 12:04:24 +0200
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

Current Thread