Articles → AUTOMATION ANYWHERE → Read XML Using Automation Anywhere 10.5
Read XML Using Automation Anywhere 10.5
XML File
<?xml version="1.0"?>
<Root>
<Val>
Test 1
</Val>
<Val>
Test 2
</Val>
</Root>
Read XML In Automation Anywhere
- Start a XML session
- Get data from multiple nodes.
- Loop through the result set
- End Session.
Start A XML Session
Click to Enlarge
Click to Enlarge
Get Data From Multiple Nodes
Click to Enlarge
Loop Through The Result Set
Click to Enlarge
Click to Enlarge
Click to Enlarge
End Session
Click to Enlarge
Click to Enlarge
Output
Click to Enlarge