Re: Convert time in milliseconds to a date
"A. Pagaltzis" <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <20060414142241.GA24111@klangraum> |
* xslt xslfo <[email protected]> [2006-04-14 16:10]: > Thanks for your response. I am using xslt 1.0. I have tried > using exslt functions with no success. Is there any other way? In order of decreasing preference, you can switch XSLT processors to use one which supports EXSLT, use the pure-XSLT implementations of the EXSLT extensions that are available on exslt.org, implement the date math yourself, or give up. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>