[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: exslt date-time

Subject: Re: exslt date-time
From: "I-Lin Kuo" <ikuoikuo@xxxxxxxxxxx>
Date: Fri, 11 Jul 2003 12:52:21 +0000
xalan date
Thanks Jeni,

I'm using xalan 2.3.1. I'll look into upgrading to 2.5.1

I-Lin Kuo, Ann Arbor, MI

----Original Message Follows----
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>

Hi I-Lin,

> 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>

</xsl:stylesheet>

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...

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread
  • exslt date-time
    • I-Lin Kuo - Fri, 11 Jul 2003 01:58:04 -0400 (EDT)
      • <Possible follow-ups>
      • I-Lin Kuo - Fri, 11 Jul 2003 08:52:58 -0400 (EDT) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.