|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Parsing day out of date format 10/12/00
To get the month let's say - you would do
<xsl:value-of select="substring(BirthDate,1,2)" />
Similarly use substring to get other parts of the date and construct the
result tree
Ritu Kama
Sarvega Inc
745, McLintock Dr
Burr Ridge
IL - 60527
----- Original Message -----
From: "James Hunt" <arcjah@xxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 12, 2003 2:44 PM
Subject: Parsing day out of date format 10/12/00
> 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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








