Novixys Documentation Library
Welcome to the Novixys Documentation Library, the authoritative source for information about Novixys products, resources and related technologies.
XML Processing in Exult
- Mapping XML elements and attributes to
database tables and columns:
This is a simple example of a customer XML database which stores customer information for many customers. The example illustrates how Exult creates tables, columns and foreign key relationships in the simplest case.
- How multiple levels of
parent-child elements in XML are mapped to tables and
columns:
In this example, each Customer element contains one or more Order elements which stores many fields of information about each order. The Order element is linked to the parent Customer element with foreign key relationships.
- Check here for a description of
how Exult handles CDATA sections within XML.
Exult treates CDATA sections just like text content within an element. In the following example, <Title> and <Description> elements contain CDATA sections. Content within the CDATA sections is treated like any other text content.

