Can't you do the same thing without the need for a select statement?
XElement xElement = XElement.Load(path); xElement.Elements ("Node").Remove(); xElement.Save(path);
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)