XmlHelper
XmlHelper provides static methods for basic XML operations
public XmlHelper()
Adds an attribute with a specified name and value to an existing XmlNode.
Adds a new element as a child of an existing XmlNode and returns it.
Adds the a new element as a child of an existing node and returns it.
A CDataSection is added to the new element using the data provided.
Creates a new top level element node.
Makes a string safe for use as an attribute, replacing
characters characters that can't be used with their
corresponding xml representations.