I want to compare two xml files node by node(to check if both contain the same nodes with the same attributes,etc) and highlight the differences in the two xml files and print the nodes which are missing in either of the xml files using .NET
Also I would like to know what are all the methods of comparing xml files other than using .NET
Could someone give me an insight into this?