Getting Started with XML
XML Overview
Which XML API should I use? What tools are available?
Integrating XML into Application
General information about developing applications that utilize XML.
XML Tools
Learn how to use Visual Studio's integrated XML Tools to make it easier to work with XML, XSLT, and XML schemas.
System.XML
System.Xml is a set of .NET APIs that provide support for processing XML according to a number of standards.
MSXML
Microsoft XML Core Services (MSXML) allows customers to build high-performance XML-based applications, using unmanaged code, that adhere to the XML 1.0 standard.
XSLT
The Extensible Stylesheet Language Transformation (XSLT) lets you transform the content of a source XML document into another document that is different in format or structure.
XML Namespaces
XML namespaces associate element and attribute names in an XML document with custom and predefined URIs.