Next |
This example shows how to use the XML DSO to bind XML data to an HTML table using the Data Binding architecture of Microsoft Internet Explorer 4.0.
Author | Title | Price | Publisher |
---|---|---|---|
The following <APPLET> tag invokes the XML DSO:
The following table binds to the data provided by the XML DSO:
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.
This data is interesting because it includes no schema (or DTD) and is not completely regular. Specifically, the PUBLISHER tags are randomly specified and the relative ordering of nodes in the 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.