in reply to Comparing two XML files with XML::Simple using FOREACH and IF using
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.
|
|---|