Reading XML into a table
I have tried using a XML Data Island
Ie
<XML src=abc.xml ID=abc><XML>
<input type=text DATASRC=#abc DATEFLD=def>
Using this method I can only display one record in a table not six.
I have also tried using DOM. I can load the XML elements information but do not know how to put it into a table.
As I stated I am just learning, please try to keep answer at a very simple level. At the moment I am just studying Data Islands and DOM so I am hoping that any solution can be kept to these topics.
Please help.
Brendon

