Can we read XML file using uiPath and compare it with another XML file?
For example
<?xml version="1.0" encoding="ISO-8859-1"?>
Tove
Jani
Reminder
Don't forget me this weekend!
Can we read above XML data (it may be a lot in real life) and compare these tags to another XML file and see where changes have occurred (Same as xml diff in python)