xsl-list
[Top] [All Lists]

Re: exslt date-time

2003-07-10 23:32:48
If I remember correctly, the date-time stylesheet depends on the string
formating exslt sheet as well. You might want to make sure that xsl is
available. Look in the date-time.xsl sheet to be sure.

Something to check at least.

Cheers,
cfx_Rob ;)

On Thu, 2003-07-10 at 22:57, I-Lin Kuo wrote:
I'm trying to implement exslt date-time() function for the first time. I'm 
on xalan-j within cocoon.

My stylesheet is

<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:import href="exslt-date/date.date-time.xsl" />
<xsl:template match="/">
      <content>
              eat my dogfoo 24567
              <xsl:value-of select="date:date-time()"/>
              poo pooh
      </content>
</xsl:template>
</xsl:stylesheet>

within the exslt-date directory I have the files date.js. 
date.date-time.xml, date.msxml.xsl, and date.date-time.xsl (I have a feeling 
that only the last one is necessary)

My output looks like this:

<?xml version="1.0" encoding="UTF-8" ?>
<content>eat my dogfoo 24567</content>

Not only does the date-time not get output, but whatever comes after it gets 
cut out.

I'd appreciate any help

I-Lin Kuo, Ann Arbor, MI
Macromedia Certified ColdFusion 5.0 Advanced Developer
Sun Certified Java 2 Programmer
Ann Arbor Java Users Group (www.aajug.org) SUN Top 25 JUG

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


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



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