in reply to Re: Comparison of XML files ignoring ordering of child elements
in thread Comparison of XML files ignoring ordering of child elements

Hello @GrandFather, I agree that my question is not very much precise, I will take care about the points which you have mentioned. The answer posted by Kan is what actually I expect. Expected outcome: The code should compare (ignoring child element's order) 2 XMLs files provided as input to Perl script and also should print the differences along with line numbers. Thanks and Regrads adikan123
  • Comment on Re^2: Comparison of XML files ignoring ordering of child elements

Replies are listed 'Best First'.
Re^3: Comparison of XML files ignoring ordering of child elements
by markong (Pilgrim) on Jan 21, 2019 at 22:20 UTC

    GrandFather already pointed out that if you ignore structural differences (like child ordering) you are after semantic difference(s) between the two files: I haven't looked at the suggested modules, but just reading their names I guess that the one will help you out the most is...I'll let you guess which one ;)