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 (same as System.XML - case difference) is the .NET namespace for XML DOM support. This question is a duplicate of 135084 testing the same concept - that XML functionality lives in the System.Xml namespace which provides XmlDocument and related DOM classes.