[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] time from server to document
Subject: Re: [xsl] time from server to document
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 27 Mar 2002 20:24:12 +0100
|
Jarkko Moilanen wrote:
<xsl:param name="date1" select="'$date1'"/>
DONT KNOW IS IT NECESSARY TO SELECT IT HERE???!!!
It is not necessary.
<xsl:param name="date1"/>
should also work. There will only be a difference if
you don't set the parameter, in the first case, your
style sheet will then use 'date1', in the second case
the value of $date1 will be empty.
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|