i have an xml like :
XmlNode childNode = node.ChildNodes[0]; if (childNode is XmlCDataSection) { XmlCDataSection cdataSection = childNode as XmlCDataSection; cdataSection.Value = newValue; }