I am comparing XML files with XMLUnit and was wondering and if an element does not exist in one of the files then all subsequent elements generate the alert of: [not identical] Expected sequence of child nodes 'X' but was 'Y'. I am wondering if there is an easy way to prevent these alerts from being generated in the output.
Thanks