User Tools

Site Tools


xml_programming_resources.htm
Navigation:  Templates > Templates by Topic > XML Support >====== XML Programming Resources ====== Previous pageReturn to chapter overviewNext page

The complete guide to XML programming resources can be found in the Clarion XML Support and Reference Guide PDF.

Here are some simple guidelines for incorporating XML into any application that is not using the available template support.

When using the XML OOP extensions, you need to include the following source just prior to the global MAP structure:

INCLUDE('XMLCLASS.INC'),ONCE

When using the procedure-based XML support, you need to include the following source just prior to the global MAP structure:

INCLUDE('CPXML.INC'),ONCE

In the project file, the following pragmas need to be added:

_XmlLibDllMode_⇒0

_XmlLibLinkMode_⇒1

Finally, when using XML support in the Clarion template chain, verify that the Enable use of ABC Classes option is active in the Global properties when adding XML code to a Clarion template family application.

NoteBox.jpg

XML support in Clarion applications is currently only supported with the standalone runtime DLL mode. Local linked applications using XML support is currently not supported.

xml_programming_resources.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1