|
Subject: [xsl] RE: Operational system date From: Daniel O'Donnell <daniel.odonnell@xxxxxxxx> Date: Tue, 08 Mar 2005 11:35:35 -0700 |
1) download the date and numerical format material from exslt.org 2) Put the following attribute in your xsl:stylesheet root element:
<xsl:choose>
<xsl:when test="function-available('date:date-time')">
(<xsl:value-of select="date:date-time()"/>)
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Is there a reason for not, Andrew Welch | Thread | Re: [xsl] RE: Operational system da, Marcos Hercules dos |
| [xsl] Is there a reason for not usi, Daniel O'Donnell | Date | Re: [xsl] Is there a reason for not, JBryant |
| Month |