CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Posts
    123

    Read HTML and update data in tags?

    Best way to read in an html file and replace data inside tags and update the file? Can do easily with XML, not sure if similar means available for HTML.


  2. #2
    Join Date
    Mar 2001
    Posts
    9

    Re: Read HTML and update data in tags?

    The File System Object is probably your best bet,
    I dont think there are any parsers to do what you
    want with html.



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