Loading an HTML page with XML
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
Re: Loading an HTML page with XML
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.
Re: Loading an HTML page with XML
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.