Allows to check if the provided two references represents equivalent xml documents. There is an alternative document checking function (axl_doc_are_equal_trimmed) which considered that content found inside a xml node is equal if they share the same information without considering white spaces found starting and ending both elements being checked. This function considers that two documents are equal only and only if all nodes, attributes and content found is exactly, byte by byte, as found in the other document.
|