Subject: Re: Standard Date/Time Publication Functions in XSL??
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 2 Aug 2005 23:20:41 +0100
|
> But I am unsure how to format it in the XSL.
It's an XPath function, so something like
<xsl:value-of select="format-date(....)"/>
> <xsl:function name="format-date">
> ??
> </xsl:function>
No, xsl:function is for defining new functions, not for calling
functions.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|