I am trying to insert current date value in the XML tag using XSL.
DateValue.xml
<ROWSET>
<ROW>
....
.....
</ROW>
</ROSWET>
Expected Result: Note the ROW tag description to include Date Value.
<ROWSET>
<ROW Version="0.8" CreationDateAndTime = "2015-05-04T15:15:51.0">
....
.....
</ROW>
</ROSWET>
Please, advice!
Thanks, Carthyc