Ignoring a particular attribute of a specific Node while comparing xml files using XMLUnit 2.X
问题 I have two XML files: <!------------------------File1---------------------------------> <note id="ignoreThisAttribute_1"> <to>Experts</to> <from>Matrix</from> <heading id="dontIgnoreThisAttribute_1">Reminder</heading> <body>Help me with this problem</body> </note> <!------------------------File2---------------------------------> <note id="ignoreThisAttribute_2"> <to>Experts</to> <from>Matrix</from> <heading id="dontIgnoreThisAttribute_2">Reminder</heading> <body>Help me with this problem<