Previous Next

XML Data Source Applet

Example 6

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


The following table binds to this data:

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

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


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