Hello,
I am comparing two xml files and I want to ignore the following xml semantics:
<FieldName></FieldName> versus <FieldName />
Can anyone list the grammar I would write for it?
Any help would be appreciated!!
I am comparing two xml files and I want to ignore the following xml semantics:
<FieldName></FieldName> versus <FieldName />
Can anyone list the grammar I would write for it?
Any help would be appreciated!!
Comment