I'm comparing an xml i receive back from an api for my tests in Java. I have the expected response in my project file the section I would like to ignore in the xml is this.
<timestamp>2016-12-12T15:19:31+0000</timestamp>
I already have my assertion in place. Does xml unit have an ignore that is similar to json unit which I've also used in this block of tests? Or is it more complex than that?