Previous Home Next

XML DSO Applet

Example 5

This example shows a very different table layout where each record has its own row.


In this example, the table that binds to this data is as follows:

<table datasrc=#xmldso width=80% align=center> <tr><td><div align=right datafld="TITLE"></div> <tr><td><div align=right datafld="AUTHOR"></div> <tr><td><div align=right datafld="PUBLISHER"></div> <tr><td><div align=right datafld="PRICE"></div> <tr><td><hr> </table>

Notice that the empty rows are automatically compressed out of the display.

The XML DSO source code is in Java.

© 1997 Microsoft Corporation. All rights reserved. Terms of use.