Multiple choice technology web technology

What namespace must be used in order to use the DOM for XML support?

  1. System.Data.Xml

  2. System.Xml

  3. System.DOM.Xml

  4. System.DOM

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

System.Xml is the namespace in .NET that provides XML DOM (Document Object Model) support. It contains classes like XmlDocument, XmlNode, XmlElement for parsing and manipulating XML documents. There is no System.DOM namespace in .NET, and System.Data.Xml is not the primary XML namespace.