Set up the XML via SQL
Data Provider component using a simple example. To follow this example,
use the PRODUCTS.xml as the XML source; it
is located in the Demodata subdirectory of the Sybase IQ InfoPrimer installation
directory.
XML Port Manager
Define the ports in the output port area of the XML port manager. Each port is described by a select statement based on the XML data model tables.
XML Source
A simple product structure where each product is described with an ID (PR_ID), name (PR_NAME), product group (PR_GROUP1), and price (PR_PRICE).
The Data Model
Tha data model includes one table for the root element (TAB_dataroot), followed by one or more tables for elements at level 1.