XmlDocument xmlDoc = new XmlDocument();
            xmlDoc.Load("C://xmldosyan.xml");
            XmlNodeList nl = xmlDoc.SelectNodes("/table/surum");
            XmlNode node = nl[0];
            node.InnerText = "1.1";
            xmlDoc.Save("C://xmldosyan.xml");