XML Internal Component

Previous Next

The Rules Engine enables you to export data in XML format from application tables and to import XML documents into your application tables. To achieve this you can use the internal XML component. This component provides methods to:

Export data in simple XML Format (XML.Export).

Export data in more complex XML Format (XML.SQLExport).

Import XML data into an application table.

Create Document Type Definition documents (DTD's) for tables.

Send queries in XML format to the Rules Engine.

Convert SQL syntax to XML format.

The XML internal component has the following methods:

XML.CreateDTD

XML.Export

XML.GenerateComplexType

XML.Import

XML.Query

XML.SQL2XML

XML.SQLStatementExport

XMLSQLExport

 

See Also

XML and the Rules Engine

XML.SQLExport compared to XML.Export