[xsl] Parsing day out of date format 10/12/00

Subject: [xsl] Parsing day out of date format 10/12/00
From: James Hunt <arcjah@xxxxxxxx>
Date: Wed, 12 Feb 2003 15:44:16 -0500
How would I go about parsing some xml like this:

<BirthDate>10/12/00</BirthDate>

to:

<BirthDate>
   <BirthMonth>10</BirthMonth>
   <BirthDay>12</BirthDay>
   <BirthYear>00</BirthYear>
</BirthDate>

using xsl?


Thanks,
James


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


Current Thread