| Subject: Re: [xsl] exslt date-time From: "I-Lin Kuo" <ikuoikuo@xxxxxxxxxxx> Date: Fri, 11 Jul 2003 12:52:21 +0000 | 
----Original Message Follows---- From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
> I'm trying to implement exslt date-time() function for the first > time. I'm on xalan-j within cocoon.
What version of Xalan-J are you using? If you're using the latest version (2.5.1) then date:date-time() is built-in, so you should be able to use it without importing anything. Just do:
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:date="http://exslt.org/dates-and-times"
                extension-element-prefixes="date"><xsl:template match="/">
  <content>
    eat my dogfoo 24567
    <xsl:value-of select="date:date-time()"/>
    poo pooh
  </content>
</xsl:template>If that doesn't work, then there's a bug in Xalan-J, which you should report to them. From the output that you report, I think this might be the case...
--- Jeni Tennison http://www.jenitennison.com/
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] exslt date-time, Jeni Tennison | Thread | [xsl] MSXML5 suport XSLT2? [Slightl, Ragulf Pickaxe | 
| RE: [xsl] XSLT Problem, Roger Sperberg | Date | RE: [xsl] Strange Problem with docu, Rod Humphris - FLPTN | 
| Month |