Hi
I would like to compare two XML files for differences.
Here’s my use case.
I create an order via an API and can get the entire order back in the response.
I will store that order in a database table.
Later, I will poll the API again and fetch the latest details of that order.
I can do a quick check for overall changes using a hash, but I will need to know what changes if they latest and stored order differ.
thanks in advance