我正在尝试对两个HTML文档使用XMLUnit的diff。为此,我将它们转换为字符串,然后从这两个字符串构造一个diff对象。Source) at org.custommonkey.xmlunit.XMLUnit.buildDocument(XMLUnit.java:383)
at org.custommonkey.xmlunit.XMLU
XMLUnit给出了以下区别:Expected attribute value 'FALSE' but was 'false'
我尝试在两个输入字符串上简单地使用.toUpperCase(),但随后得到以下错误Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at org.custommonkey.xmlunit.XMLUnit.buildDocument(XMLUnit</e