As I have an xml file which is having namespace with each tag and I don’t how to pass Xpath in
ExecuteXpath activity.
Usecases:
- I have tag name Id which is having multiple values depends its parent Id and i need to specify the Xpath for each Ids.(does not have attribute)
- I have an tag name name which is having multiple values and having attribute name lang but these attributes does not have values.
- In my xml, it is a invoice type , so it is having Line items also and how to extract Line item values from the xml.
sample.xml (7.8 KB)
the header tag contains header information and Detail Lines having line items.