I want XMLUnit to ignore order when comparing. Is there a way to control that? Eg:
parameter1
value1
parameter2
value 2
if compared with
parameter2
value2
parameter1
value1
should not return any differences.
I am using XMLUnit 2 with Java. I found a couple of similar questions here but none had a definite solution. Any help is appreciated. Thank you.