Hi, I am facing the same issue. I am trying to compare actual and expected XML responses using Java. For that I am using DiffBuilder. I want to ignore few date-time attributes from root node while comparing the xmls. However when I pass the with NodeFilter(node -> !node.getNodename(). equals("Nodename") ) it ignores complete xml. Could you please let me know the work around for the issue? Thanks in advance.