For Version 5.5.2, the AbtXmlConfiguration class has been added. This object is used to reference initialization information from an application's .ini file. You can add any desired XML related constants to the [Xml] section of an .ini file. To determine where XML resources are located, use the predefined setting DefaultResourcePath in applications.
For example:
[Xml] DefaultResourcePath=http://mycomputer/
The following code demonstrates some of the API for AbtXmlConfiguration.
AbtXmlConfiguration current defaultResourcePath. AbtXmlConfiguration current propertyAt: 'TestMappingFileName' AbtXmlConfiguration current propertyAt: 'TestMappingFileName' put: 'd:\test\bhxml.map'