Hi,
i have the folwing xml, i want to compare the dates Modifyts and ActualDate using XPATH and XSLT and print the date which is newer.Can you please help me regarding this.
<ABC>
<InputDocument>
<OrderList LastOrderHeaderKey="2011013111595948350"
LastRecordSet="Y" ReadFromHistory="" TotalOrderList="1">
<Order DocumentType="0001" EnterpriseCode="XYZ"
Modifyts="2011-02-14T13:53:04+00:00" OrderNo="Y100000042"/>
</OrderList>
</InputDocument>
<EnvironmentDocument>
<Order DocumentType="0001" EnterpriseCode="XYZ"
MaximumRecords="5000" OrderNo="Y100000042">
<OrderDates>
<OrderDate ActualDate="2011-02-15T08:12:13.5551986Z" DateTypeId="ACK_DATETIME"/>
</OrderDates>
</Order>
</EnvironmentDocument>
<ABC>
Thanks
Soumya