C++的HTML和CSS解析器 htmlcxx
jopen
13年前
htmlcxx 是一个 C++ 的 HTML 解析器和 CSS1 的解析器。 <ul> <li>STL like navigation of DOM tree, using excelent's tree.hh library from Kasper Peeters </li> <li>It is possible to reproduce exactly, character by character, the original document from the parse tree</li> <li>Bundled css parser</li> <li>Optional parsing of attributes </li> <li>C++ code that looks like C++ (not so true anymore)</li> <li>Offsets of tags/elements in the original document are stored in the nodes of the DOM tree</li> </ul> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324371558264" target="_blank">http://www.open-open.com/lib/view/home/1324371558264</a></p>