[Home] [By Thread] [By Date] [Recent Entries]
> 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/
|

Cart



