HTML parser ( in c++ )

Hi,
 
I am looking for a pure HTML parser in c++. I have been using lexyacc / SGML
parser all these days and this is not working well with latest tags "/" etc.
So, my parsing is throwing lot of errors and as a result, HTML page display
is not proper and also, functionality is also lost lot of times.
 
Thouth HTML is built on SGML grammer, it is very very flexible. With the
parsers available now ( most of them are SGML based), it is very difficult
to provide a good application. It would be appreciated if you could shed
some light on this issue.
 
Regards
Senthil.

********************************* 
SENTHIL SUNDARARAJAN, 
Portal eBusiness Applications 
Aspect Communications 
San Jose, CA - 95131. 
Tel : 408 - 325 2034. 
e-mail : senthil.sundararajan@aspect.com 
********************************* 

 

Received on Friday, 20 December 2002 17:17:40 UTC