About the XML Library - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

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.