Allows to perform a document equal check against order, relaxing the checking done to contet found inside nodes. This function works the same as axl_doc_are_equal but considering that two content are equal no matter which is the number of white spaces (in the W3C, ' ', \t, \r and \n) are found starting and ending the content. Under this approach the both document aren't exactly the same, but usually, white spaces found starting and ending content have no meaning for the application processing xml. In the case you want a fully equal document checking you must axl_doc_are_equal
|