From: Michal M. <mi...@mo...> - 2008-04-04 16:28:11
|
Aleš Pavel napsal(a): > I need loading and parsing some html documents, Is some easy and simple > solution exists? libxml2 ( http://xmlsoft.org/ ) has HTML parser. However if it's correct XHTML you should use XML parser, it could be much faster. |