BYTEINSIGHT
GAPVelocity AI Studio helps you move from outdated tech stacks to the latest desktop, web, and cloud platforms—smarter, faster, and with less risk.
Choose a platform to see migration options:
Our comprehensive approach to application modernization, from assessment to production deployment.
Transformation Services
Not Sure Where to Start?
The Microsoft XML library (MSXML) is a set of classes that allows users to build XML-based applications (it uses the XML 1.0 standard).
Some of the core services MSXML provides are:
| Class | Maps To |
| MSXML2.DOMDocument | System.Xml.XmlDocument |
| MSXML2.DOMNodeType | System.Xml.XmlNodeType |
| MSXML2.IXMLDOMAttribute | System.Xml.XmlAttribute |
| MSXML2.IXMLDOMCDATASection | System.Xml.XmlCDataSection |
| MSXML2.IXMLDOMDocument | System.Xml.XmlDocument |
| MSXML2.IXMLDOMElement | System.Xml.XmlElement |
| MSXML2.IXMLDOMNamedNodeMap | System.Xml.XmlNamedNodeMap |
| MSXML2.IXMLDOMNode | System.Xml.XmlNode |
| MSXML2.IXMLDOMNodeList | System.Xml.XmlNodeList |
| MSXML2.IXMLDOMParseError | System.Exception |
| MSXML2.IXMLDOMText | System.Xml.XmlCharacterData |
| MSXML2.tagDOMNodeType | System.Xml.XmlNodeType |
| MSXML2.IXMLDOMCharacterData | System.Xml.XmlCharacterData |
| MSXML2.IXMLDOMDocumentFragment | System.Xml.XmlDocumentFragment |
| MSXML2.IXMLDOMComment | System.Xml.XmlComment |
| MSXML2.IXMLDOMEntity | System.Xml.XmlEntity |
| MSXML2.IXMLDOMEntityReference | System.Xml.XmlEntityReference |
| MSXML2.IXMLDOMImplementation | System.Xml.XmlImplementation |
| MSXML2.IXMLDOMNotation | System.Xml.XmlNotation |
| MSXML2.IXMLDOMProcessingInstruction | System.Xml.XmlProcessingInstruction |
| MSXML2.IXMLDOMDocumentType | System.Xml.XmlDocumentType |
| MSXML2.FreeThreadedDOMDocument | System.Xml.XmlDocument |
| MSXML2.FreeThreadedDOMDocument40 | System.Xml.XmlDocument |
| MSXML2.DOMDocument40 | System.Xml.XmlDocument |