I can't seem to get XML::Diff to work properly. As it walks up the tree, it seems to want to walk up *past* the root node of my document, then fails when the root node doesn't have a parent node.
Has anyone else had this problem?
Anyone have any experience working with XML::SemanticDiff instead? The documentation makes it seem a bit abstract. Any other experiences or hints for how to diff two XML files using Perl?