[exslt] using dates-and-times
by Hassan H. Hussain other posts by this author
Aug 10 2006 5:50AM messages near this date
[exslt] Server downtime
|
Re: [exslt] using dates-and-times
& XSLT Hi,
I am new to this. I have a project left by our previous developer. The
xsl uses the dates-and-times function. I need to duplicate this
functionality for another page in another project.(on a different
server)
All I can see in the old project is that
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:cscdates="http://exslt.org/dates-and-times"
exclude-result-prefixes="cscdates">
I put the same header in my xsl file and tried to call the function
<td valign="top" > <xsl:value-of
select="cscdates:formatdate(string(@modified_date),'MMMM
yyyy')"> </xsl:value-of> </td>
However, I am getting error
Cannot find the script or external object that implements prefix
'cscdates'.
What am I missing? Please help
Thanks
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan service.
Internet communications are not secure and therefore DBT Ltd does not accept legal
responsibility for the contents of this email. Any views or opinions presented are those
of the author and do not necessarily represent those of DBT Ltd.
This email is confidential and may be legally privileged. It is intended for the sole use
of the addressee and not anyone else. If you received this email in error, please advise
the sender immediately.
________________________________________________________________________
Thread:
Hassan H. Hussain
James Fuller
A. Pagaltzis
A. Pagaltzis
|