Does anyone have any code that will check two dom4j for equality - both structurally and in content? Basically that two XML files are the same, even though they may be formatted differently.
Try using http://www.dom4j.org/apidocs/org/dom4j/util/NodeComparator.html
on the root elements.
- Thomas.