[xsl] Converting date formats

Subject: [xsl] Converting date formats
From: "Hewko, Doug" <Doug.Hewko@xxxxxxxxxxxxxxx>
Date: Thu, 7 Jun 2001 09:08:48 -0400
In my XML document, I have a date stored in ISO format:
<LASTUPDATED FORMAT="ISODATE">20010125</LASTUPDATED>

How can I convert this in my XSL file to dd/mm/yyy format (with the dashes)?

I am currently using the command:
			<td><xsl:value-of select="LASTUPDATED"/></td>



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


Current Thread