CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: HTML Parser?

  1. #1
    Join Date
    Jun 1999
    Posts
    176

    HTML Parser?

    Hi all,

    I've been searching for a HTML Parser in C/C++ for awhile, but I haven't had any luck. All the sites I found, the code is either in JAVA or PERL.

    Is there one (open-source) out there?

    Thanks,
    Grace

  2. #2
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    the MSXML parser can be used for HTML.

  3. #3
    Join Date
    Jun 1999
    Posts
    176

    Question

    Any straight C/C++ library or source code instead of COM/DCOM objects?

  4. #4
    Join Date
    Nov 2002
    Location
    Foggy California
    Posts
    1,245
    How about the Mozilla source? I've never checked it out, but I think it's open source and written in C++, though it is probably difficult to integrate.

  5. #5
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236

  6. #6
    Join Date
    May 2000
    Location
    Phoenix, AZ [USA]
    Posts
    1,347
    Isn't that Java?

  7. #7
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    i might be, i just found it on goolge. It looked like c++ at first glance. Maybe you could adapt it. Java and c are fairly similar. or use it in a dll.

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