[xsl] Date

Subject: [xsl] Date
From: Vijaya Kumar Y <vijayay@xxxxxxxxxxxxxx>
Date: Mon, 2 Dec 2002 10:55:20 +0530
Hi
  i am new to this XML world, any pointers on how to identify whether the
item is a Date value and formatting the date.

for example my XML file looks like this.

<root>
    <Row id="0">
	<Col name="MfgName" Value="Site Ltd"/>
	<Col name="MfgDate" Value="12042002"/>
	<Col name="Serial"  Value="3232323"/>
	<Col name = "Code" Value = "978767"/>
            <Col name="sex" value="m'/>
    </Row>
</root>


Problem : how to identify which Col has date value and formatting the date
in the form mm/dd/yyyy"

any pointers on this would be a great help

Regards
Vijay


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


Current Thread