I'm comparing two XML files. One has
and the other has
. In XML, the two are semantically identical. Is there a way to make BC4 treat this as a minor/unimportant difference?
Code:
<Description/>
Code:
<Description></Description>
Comment