Forum Discussion
ThomasAu
15 years agoContributor
klitchev wrote: You can do the following: //node2/name[text()="ABC"]/../guid
Just put this in the XPath box for the Source of the property transfer. And don't forget to select the Source step and Property: Response
Hi Klitchev,
Can you tell me if it's possible to do this while using the following to ignore namespaces?
The XML changed and now I have a //Response namespace so I'm trying to ignore it by using:
//*[local-name()='node2']/*[local-name()='name'][text()="ABC"]/../*[local-name()='guid']
So far that is not working and it may be do to syntax? I'm not sure.
Thanks