Is there a way in XMLUnit 2 to make these two documents return as the same (or similar)? I can do some preprocessing to get the child nodes, but I wanted to see if this could be done directly with XMLUnit.
Doc1:
<a><b><c>test</c></b></a>
Doc2:
<c>test</c>