How to read all the xml child node attribute and value

sammogal

New Member
Hi

I am new to blue prism. Here, i am trying to get values and attribute of all child nodes from a xml file to collection.
The attribute names are unknown and the file is complex. i was get output in VBA through recursive function, but i don't know how to write the same code in blue prism.
I have tried the xml utility - actions get child element which is not working.

Any help will be appreciated.
 

Attachments

  • Sample_XML.txt
    2.3 KB · Views: 5
Top