Mapping XML Elements & Attributes: Example 2
In this example, each <Customer> element contains more than one <Order> element which itself contains many child elements as shown below. Exult maps this XML into an Order table linked to its parent, the Customer table.
Example Source XML
Mapped as shown below (click for larger view):
XML Data imported into the database shown below.(click for larger view):
| CUSTOMER |
![]() |
| ORDER |
![]() |
Return to the Library.



