Re: HTML parsing

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



looks like HTMLTidy is a good solution

http://sourceforge.net/projects/tidy


You could, or you could use a 3rd party library to do that. I
recommend http://www.pcre.org/ , which does Perl Compatible Regular
Expressions, and is used by a lot of well-known open source
projects. If you use the C++ wrappers which are freely downloadable
from that site, doing matching and/or replacing is pretty easy.

Nathan Mates
.



Relevant Pages

  • OT - content management recommendation
    ... Has anyone used and/or implemented a straightforward, open source, content management system (running on Fedora, of course) they would recommend? ...
    (Fedora)
  • Re: Handling text in c (a good PCRE tutorial anyone?)
    ... and it seems as if using the Perl Compatible Regular ... Expressions library is a good option. ... was not so easy (many pcre tutorials seems to target php). ... You mention sed/awk, which are commands and not C functions/libraries. ...
    (comp.unix.programmer)
  • Re: New book - C of Peril
    ... Consider this!!NON STANDARD!! ... ...I don't recommend it, for obvious reasons. ...
    (comp.lang.c)
  • Re: HTML parsing
    ... recommend http://www.pcre.org/, which does Perl Compatible Regular ... doing matching and/or replacing is pretty easy. ... Nathan Mates ...
    (microsoft.public.vc.language)
  • Re: version control system recommendations for VS C++ 2008 (standard)
    ... functionality, AFAIK. ... Do you recommend any external tools? ... open source development has started using git, ...
    (microsoft.public.vc.language)