This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: time from server to document


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]