|
-
January 10th, 2001, 10:01 AM
#1
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
-
February 15th, 2001, 08:07 AM
#2
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.
-
February 15th, 2001, 08:09 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|