RE: [xsl] Converting wd-XSL to XSLT

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