PiyaPerl has asked for the wisdom of the Perl Monks concerning the following question:
So basically the order is different but i want o simply set a key and compare like for like.<xml top> <xml body> <tag1>jdjdjdjd</tag1> <tag2>dkdkkd</tag2> </xml body> </xmltop> and second file like <xml top> <xml body> <tag2>jdjdjdjd</tag2> <tag1>ghghgh</tag1> </xml body> </xmltop>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: XML compare with a key
by hdb (Monsignor) on Apr 02, 2019 at 12:36 UTC | |
by haukex (Archbishop) on Apr 02, 2019 at 12:40 UTC | |
by hdb (Monsignor) on Apr 02, 2019 at 12:42 UTC | |
by haukex (Archbishop) on Apr 02, 2019 at 12:49 UTC | |
by hdb (Monsignor) on Apr 02, 2019 at 12:53 UTC | |
| |
by Jenda (Abbot) on Apr 02, 2019 at 22:22 UTC |