14 years ago
Reformating a Response to use with Xpath
I have used a Property Transfer to extract info from <![CDATA[ ##info is here## ]]> and placed this in a temporary property.
I am looking to extract Timecode out of this XML, and place that timecode into a soap request later on in my tests.
Problem is it extracted with the :
eg 01:00:23:12
and I have to input it as an INT
01002312
Anybody have any ideas?
I am looking to extract Timecode out of this XML, and place that timecode into a soap request later on in my tests.
Problem is it extracted with the :
eg 01:00:23:12
and I have to input it as an INT
01002312
Anybody have any ideas?