My notes: about XML nodes, XmlNode.InnerText and XmlNode.InnerXml
Filed in Computer on Apr.30, 2008
XmlNode.InnerText Property : Gets or sets the concatenated values of the node and all its child nodes. The concatenated values of the node and all its child nodes. Setting this property replaces all the child nodes with the parsed contents of the given string. For leaf nodes, InnerText returns the same content as the Value [...]
