當我比較2 xmls - 原始和參考差異時,我目前正在解決一個問題。麻煩的是當我嘗試使用通配符與不同的子命令進行比較時 - 另外,那些子節點在節點中可能具有不同數量的屬性,因此比較更加困難。 我試圖使用XMLUnit & XMLDiff庫實現一個解決方案,但沒有任何成功。 using System;
using Org.XmlUnit.Builder;
using Org.XmlUnit.Di
這是我的代碼忽略 Scanner s = new Scanner(new File("ignore.txt"));
final ArrayList<String> list = new ArrayList<String>();
while (s.hasNext()){
list.add(s.next());
}
s.close