Next |
This example shows how the XML DSO can be used to bind XML data to an HTML table using the IE 4.0 Data Binding architecture.
Author | Title | Price | Publisher |
---|---|---|---|
The Applet tag that invokes the XML DSO is shown below:
The table the binds to the data that the XML DSO provides is shown below:
Author | Title | Price | Publisher |
---|---|---|---|
The XML data is retrieved from a separate XML file. Click the Show XML Data button below to see this data.
The interesting thing about this data is that it includes no schema (or DTD) and it is not completely regular. In particular the PUBLISHER tags are randomly specified and the relative ordering of nodes in this data is not consistent. The DSO first grovels the entire XML tree and generates a schema that it uses to normalize the XML data. Click the Show Schema button below to see the generated schema.
The XML DSO Source Code is in Java.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.