In my XML file , each tag is coming with expanded nms prefixs and I need to extract the data from the xml.
But Execute Xpath activity is not accepting these Xpath and I don’t know how to extract the data.
Kindly note: our first and second suggested approaches did not used the Execute XPath Activity
the docu gives us not any hint on this and also the internal implementation is unclear / hidden for us
feel free to provide a feedback to UiPath team by posting a feedback on this here
As mentioned as the third option and depending on your XML structures you can check if setting up a statement with the local-name() approach will serve.
We assume that you are aware of / had researched the concept of the XML Namespaces. In case further help is needed then please share with us the XML data and a description of the expected output with us.
how to work with xml tag which is associated by its namespaces.I was reading about some post to use “//*” but I am not sure how to use this in ExecuteXpath activity.