XmlNodeList oXmlNodeList = rDoc.SelectNodes("//desruta"); foreach (XmlNode oXmlnode in oXmlNodeList) { oXmlnode.RemoveAll(); }