Re: [xsl] Parsing date

Subject: Re: [xsl] Parsing date
From: "Mike Haarman" <mhaarman@xxxxxxxxxxxxxxxxxx>
Date: Thu, 22 Jan 2004 09:03:01 -0600

> If a date value is passed in an xml file is there a nice simple
routine for
> parsing it into its day, month year values in xslt
>

In XSLT1 you must be able to rely on your date format and use
sub-string() functions.

XSLT2 has a world of date types and functions.

Mike


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread