CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2001
    Location
    Chicagoland
    Posts
    2

    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

  2. #2
    Join Date
    Feb 2001
    Location
    UK
    Posts
    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.














  3. #3
    Join Date
    Feb 2001
    Location
    UK
    Posts
    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
  •  





Click Here to Expand Forum to Full Width

Featured