.NET : How do you remove a specific node from an XMLDocument using XPATH?
.net, c#, xpath
Solution
XPath can only select nodes from a document, not modify the document.
Problem
Using C# How do you remove a specific node from an XMLDocument using XPATH?