How to compare XML files

后端 未结 5 1753
遇见更好的自我
遇见更好的自我 2021-02-19 11:44

I have two XML files (XSD) which are generated by some tool.
The tool doesn\'t preserve the order of elements so although the content is equal comparing it as text will resu

5条回答
  •  一整个雨季
    2021-02-19 12:24

    Have a look at Using XSLT to Assist Regression Testing that describe a solution using xslt

提交回复
热议问题