|
next
|
 Subject: date:format-date not working :( Author: (Deleted User) Date: 26 Feb 2007 08:22 AM
|
Hi Joe,
the built-in XSLT processor does not support EXSLT, so I guess you are using Saxon.
As stated at http://www.saxonica.com/documentation/extensions/exslt.html, Saxon only supports these EXSLT date function: date-time(), date(), time(), year(), leap-year(), month-in-year(), month-name(), month-abbreviation(), week-in-year(), week-in-month(), day-in-year(), day-in-month(), day-of-week-in-month(), day-in-week(), day-name(), day-abbreviation(), hour-in-day(), minute-in-hour(), second-in-minute().
You may try Xalan-J, as it supports format-date().
Hope this helps,
Alberto
|
|
|
|