Created: | 2011-03-03 |
---|---|
Author: | DataONE (Dahl) |
Dependencies: |
|
Compare two XML documents for functional equality.
Functions
assert_xml_equal(xml_first, xml_second) | Same as compare, but raises AssertionError instead of CompareError. |
compare(xml_first, xml_second) | Compare two XML files. Raise CompareError if comparison fails. |
Classes
XmlCompare(xml_first, xml_second[, encoding]) |
Exceptions
CompareError | Raised when a difference is found between the two XML documents. |