Are there any alternatives to XmlUnit?

后端 未结 5 2039
眼角桃花
眼角桃花 2021-01-01 19:33

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

5条回答
  •  庸人自扰
    2021-01-01 19:58

    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

提交回复
热议问题