Read XML file and Compare them

Hello Community,

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)

Thanks,
Nitin Paighowal

Hi @paighowal

I recommend that use the XmlReader class to read XML data.
You can refer to the bellow snippet for its usage.
https://go.uipath.com/component/get-total-of-activities