Default DiffOptions to use during XML comparison.
Compares two XML documents.
Compares two XML documents. This will perform a recursive scan of all the nodes in each document, checking each for node name, namespace and text.
the first XML document to compare.
the second XML document to compare.
configuration options to control the way the comparison is performed.
results of the XML comparison.
Utility for comparing XML documents.