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: Actual Date
>
>
> Do you can send me an example code?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|