Previous | Next |
This example shows how the XML DSO can be used to bind nested tables
to hierarchical XML data. Click the
Show XML Data button below to see this data.
The XML data contains a list of CUSTOMERS
which each contain a list of ORDERS, which each contain a list of ITEMS.
In all, three levels of repetition bound to three nested tables.
|
The applet tag in this example is as follows:
And then I have three nested tables that bind to the three nested ROWSETS defined in the above schema as follows:
|
The XML DSO Source Code is in Java.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.