On Wed, Feb 17, 2010 at 3:59 PM, Ralph Blach wrote: > Is there an http parser class for c++ available?
I assume you mean an HTML parser class. I don't know about C++ but for plain C, any one of these might do: http://tidy.sourceforge.net/ http://xmlsoft.org/ http://expat.sourceforge.net/ http://www.netsurf-browser.org/projects/hubbub/ There are some examples using libxml and libtidy in the ./curl/docs/examples/ directory that should help you get started, see "htmltitle.cc" and "htmltidy.c" - Jeff PS: Please don't top-post! ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
