Browse by Tags

All Tags » Linq (RSS)

Easy way to compare two XMLs for equality by marianor

The first thing to do is normalize to two XMLs, for this you can use a small method using Linq:   private static XElement Normalize( XElement element) {     if (element.HasElements)     {        ...
Filed under: ,
More Posts