I have the following XML file called: Today.xml in which I want to insert the current time in the node called: <TODAY>.
thanks
Code:
<?xml version="1.0" standalone="yes"?>
<MSR>
<Info>
<TEEFHR />
<TEPP />
<TNC />
<TODAY />
<UPDATE />
<UMZ />
<UMZT />
</Info>
</MSR>
thanks