Currently we mostly use Linq To Xml but there are parts of the code that still used DOM API (XmlDocument and friends). As a result we may convert between XDocument and XmlElement multiple times. We should just stick to Liqn To Xml - will be faster and easier to work with.
↧