got it working by doing the following differenceengine.setdifferenceevaluator(differnceevaluator.downgradedifferencetoequal(comparisontype.namespace_prefix)) sorry typed via my mobile so no camel case
but I am not using DiffBuilder. I am using DifferenceEngine
but I am nit using DiffBuilder. I am using DifferenceEngine
found https://stackoverflow.com/questions/38862681/xmlunit-2-x-compare-2-xmls-fail-because-of-difference-in-namespace-prefix .. Will try this tomorrow in the office
my guess is there should be some wrapper class. Thanks in advance for the help
basically i want xmlunit to ignore ns6 and ns2 in below 1.. <ns6: blah=""> 2.<ns2:blah>
basically i want xmlunit to ignore ns in below 1.. <ns6: blah=""> 2.<ns2:blah>
basically i want xmlunit to ignore ns in below . 1. <ns6: blah=""> 2.<ns2:blah>