Insert Current/Sysdate in XML Tag

时间:2016-02-12 19:30:29

标签: xml date xslt

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

0 个答案:

没有答案