> <xsl:element name="input">
> <xsl:attribute name="type">hidden</xsl:attribute>
> <xsl:attribute name="name">todayDate</xsl:attribute>
> <xsl:attribute name="value">????????</xsl:attribute>
> </xsl:element>
> </xsl:element>
>
> The question is: how I put the actual date in "????????"? Is
> there any function in xsl that returns the actual date?! Or I
> have to use jscript?!
>
This is a FAQ. Pass the current date as a parameter to the stylesheet.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|