Forum Discussion
nmrao
11 years agoCommunity Hero
As divman said, it requires some programming to compare two xml files and no short cut for that.
You may use api's of XmlUnit or DeepEquals (https://code.google.com/p/deep-equals/) for the same.
Note that if there is repeating complex element, these API's expect sorted xmls as input.
You may use api's of XmlUnit or DeepEquals (https://code.google.com/p/deep-equals/) for the same.
Note that if there is repeating complex element, these API's expect sorted xmls as input.