Click to See Complete Forum and Search --> : Loading an HTML page with XML


Liam369
January 10th, 2001, 09:01 AM
How do I do this? I have created a padded table in an HTML page that is pretty basic. It has the name of the column and a text area for the data. I have an ADO recordset saved as XML. I need to be able to display the XML on the HTML page.
Any ideas? Thanks in advance.

William Griffin
Automated Systems Inc.
Lake Bluff, IL 60044

Andrewq
February 15th, 2001, 07:07 AM
Have you considered using an XML data island in your HTML document?

In the example below I have a table that displays information from an externally created XML file.
The and tags are then binded to the XML data island (as it's called)

Hope this helps...

e.g.

Andrewq
February 15th, 2001, 07:09 AM
Have you considered using an XML data island in your HTML document?

In the example below I have a table that displays information from an externally created XML file.
The and tags are then binded to the XML data island (as it's called)

Hope this helps...

e.g.