RE: [xsl] Actual Date

Subject: RE: [xsl] Actual Date
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 28 May 2003 15:23:22 +0300
Hi,

<xsl:stylesheet ...>
  <xsl:param name="date" select="'data not known'"/>
  <xsl:template match="/">
    Date: <xsl:value-of select="$date"/>
    ...

And use the API of your XSLT processor to set the "date" parameter.

Cheers,

Jarno - Cubanate: Lord of the Flies

> -----Original Message-----
> From: ext Molnár Ágnes [mailto:agi@xxxxxxxxxxxxxxxxx]
> Sent: 28 May, 2003 15:14
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] Actual Date
> 
> 
> Do you can send me an example code?

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread