xsl-list
[Top] [All Lists]

RE: Converting wd-XSL to XSLT

2005-02-10 10:05:23
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>