I have the following xpath expressions...
//ns:response[1]/ns:return[1]/legs[1]/startDate[1] (Value 01/01/2011)
//ns:response[1]/ns:return[1]/legs[1]/startTime[1] (Value 12:13)
I need to format and concat these values into something like this
2011-08-25T17:35:00
Is this possible to do using xpath functions? An example would be appreciated.
The date format in the input data is dd/mm/yyyy.