I need to compare one xml document to another to see if the content matches. Unfortunately, the formatting (spacing) and order of elements may change between files from run to run. I have looked into xml dom minidom but can't seem to find how to accomplish this. Does anyone know how I can do a compare between two XML documents using the STL?
-- http://mail.python.org/mailman/listinfo/python-list