I am comparing two xml files and want to ignore empty xml elements since they may be slightly different in the two files but the difference is not important to my application. For example:
File 1: <XXX></XXX> File 2: <XXX />
What would the grammar be to tell beyond compare to ignore if one file has an empty tag as one of the above and the other file has the other. It would also be great if I could also ignore it if there is a empty tag in one file and nothing in the other file.
Sorry if this has been asked but I was unable to find an answer with search or google.
Thanks for any help!
Comment