I recommend converting the XML to "text" by reformatting it as one tag/closing tag per line and then using diff or Algorithm::Diff to find the differences.
The nice approach is that you can find "good" diffs for structural changes, which a tree based diff does usually not model in a good way IMO.
In reply to Re: Comparing two XML files with XML::Simple using FOREACH and IF using
by Corion
in thread Comparing two XML files with XML::Simple using FOREACH and IF using
by gr.d
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |