Which are the namespaces in .NET used for XML

Q

Which are the namespaces in .NET used for XML?

✍: Guest

A

“System.xml.dll” is the actual physical file which has all XML implementation. Below are the commonly used namespaces:

System.Xml
System.Xml.Schema
System.Xml.XPath
System.Xml.Xsl

2007-10-31, 5046👍, 0💬