I have a date string in my XML file as
<DateTime>20120105T103030-0600</DateTime>
I want to change this using XSLT to
<date>20120105</date>
<time>103030</time>
Could any one help me split out the DateTime element to date and time using XSL. Thanks
Some time ago I had a similar problem:
Usage:
Please note that I don’t care for the timezone!