I need to diff large directory structures containing generated .xml and .wsdl files. The generated .xml files differ in the order that child elements appear. The XmlUnit D
It is better to sort XML, before comparing it with xmlunit, instead of using xmlunit sorting write your own, it would be much easier than configuring xmlunit for your needs