Entry
How to bind XML data object to a table?
Feb 24th, 2003 18:10
John Repici, Hiroto Sekine, http://www.all.co.nz/mu2iaf/colortable.htm
Using DOM based dynamic table creation and external XML file object,
you can generate dynamic interactive page like the active sample page
above. The page's data comes from external file binding to the table
dynamically. In the initialize operation it is sorted by the Category
and the Name applying multiple-sort. These activities are done by the
combination of the DOM based table generation, data binding Behavior
component for external XML data source object, and script based
SORTING, FILTERING, etc. You may meet the entire source code for the
page internal structure. This page does not apply XSL stylesheet to
hadle the XML data.
---
hi,
Also, if you only need I.E. support you can use data islands as
described in this article:
http://www.creativyst.com/Doc/Articles/XMLhtmlT/XMLhtmlT.htm
HTH
-John Repici (http://www.johnrepici.com)