| 
 
Subject: RE: [xsl] Converting wd-XSL to XSLT From: "Michael Kay" <mike@xxxxxxxxxxxx> Date: Thu, 10 Feb 2005 17:05:23 -0000  | 
> The main thing I need the Javascript for is the formatting of dates. 
> The XML produced by our database expresses dates as milliseconds since
> January 1, 1970.  
Easy enough in XPath 2.0:
xs:dateTime("1970-01-01T00:00:00") + $in * xs:dayTimeDuration("PT0.001S")
but I agree, it's tempting to escape into another language to do this in
XSLT 1.0.
Michael Kay
http://www.saxonica.com/
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Converting wd-XSL to XSLT, Jim Smith | Thread | RE: [xsl] Converting wd-XSL to XSLT, Pieter Reint Siegers | 
| [xsl] using javascript in xslt, Prasad Akella | Date | RE: [xsl] tokenize() for text wrap, Richard Lewis | 
| Month |