I want to compare two XML files and want to know if both the files are same or not. But I want to ignore the inner text difference. It should say it's different when there's a difference in structure i.e some new tags are added.
I tried XML Diff, But I didn't get an option to ignore the inner text in the XmlDiffOptions.
I even tried the answers in how-would-you-compare-two-xml-documents, but didn't worked for me.