RE: [xsl] Standard Date/Time Publication Functions in XSL??

Subject: RE: [xsl] Standard Date/Time Publication Functions in XSL??
From: "Bruso, John" <jbruso@xxxxxxxxxxxx>
Date: Tue, 2 Aug 2005 16:00:20 -0600
Michael,

Can elaborate on format-date()?

I want to use this expression:

http://www.w3.org/TR/xslt20/#function-format-date

format-date($d, "[D1o] [MNn], [Y]", "en", (), ())

But I am unsure how to format it in the XSL.

<xsl:function name="format-date">
??
</xsl:function>

Thanks for the clarification.


John

    -------------------------
John Bruso
Web Developer
ph  307.674-6446-2608







-----Original Message-----
From: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Sent: Tuesday, August 02, 2005 11:35 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Standard Date/Time Publication Functions in XSL??

>
> Is there a way to publish the Date in XSL?
>
> Like: Wednesday, July 23 2005
>

In XSLT 2.0: yes - format-date()

In XSLT 1.0: no, other than by use of extensions such as those at
www.exslt.org

Michael Kay
http://www.saxonica.com/

Current Thread