Q:
Which namespaces in .NET are used for XML?
Answer
The System.xml.dll is the real physical file, which contains the XML implementation. Some of the other namespaces that allow .NET to use XML are as follows:
=> System.Xml
=> System.Xml.Schema
=> System.Xml.XPath
=> System.Xml.Xsl
View answer
Workspace
Report Error
Discuss