B
blabla120
Hello,
I have a source file with
<StartEvent starttime="2006-04-19T20:15:00Z"/>
I want to transform it with XSLT into
<Starttime>2006-04-21T20:15:00Z</Starttime>
The clue:
Onto the date, there should be added 2 days.
Is that possible?
Thanks.
Bernd
I have a source file with
<StartEvent starttime="2006-04-19T20:15:00Z"/>
I want to transform it with XSLT into
<Starttime>2006-04-21T20:15:00Z</Starttime>
The clue:
Onto the date, there should be added 2 days.
Is that possible?
Thanks.
Bernd