Verifying if two XML strings are equivalent using XmlDiffPatch
I come across a requirement for one of my projects where I need to check if two XML strings are equivalent. They might not be exact match (that would be too easy, a strings compare would do), nor have same namespaces, prefix and child order. Also, I want to be able to exclude certain nodes … [Read more…]