At 13:18 02/07/2003 -0500, David Hooker wrote:

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.

Reply via email to