xsl-list
[Top] [All Lists]

RE: Actual Date

2003-05-28 05:23:22
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(_at_)harpia(_dot_)homeip(_dot_)net]
Sent: 28 May, 2003 15:14
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>