adspace
Answer Posted / Sushant Panigrahi
The System.Xml namespace in .NET contains various classes for parsing, serializing, and manipulating XML documents. Some key classes include:nn- XmlDocument: Represents an entire XML document as a tree of nodes.n- XmlElement: Represents an individual element within an XML document.n- XmlAttribute: Represents an attribute associated with an XML element.n- XmlNode: The base class for all nodes in the XML document tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers