This library uses common DEF files: XMLLib.DEF and XMLTypes.DEF, which are installed in <Your MapBasic Installation Directory>\Samples\MapBasic\INC. Make sure you include these files as header files into your programs. All the functionality described in this appendix is also dependent on the presence of GmlXlat.dll which is installed with MapInfo Pro.
All of the functions and procedures listed in this appendix are wrappers of the corresponding methods of Microsoft XML Interfaces and Classes. Wrapped classes include: IXMLDOMNode, IXMLDOMNodeList, IXMLDOMNamedNodeMap, IXMLDOMSchemaCollection2, and IXMLDOMDocument2. For more detailed information about the usage of the related classes and interfaces refer to the MSDN reference XML DOM Objects-Interfaces.