string xpathString = "//add";
XmlNode xn = root.SelectSingleNode(xpathString);
xn.Attribute["value"] = "1234";