faqts : Computers : Programming : Languages : JavaScript : Tables

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

17 of 29 people (59%) answered Yes
Recently 5 of 10 people (50%) answered Yes

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)