红联Linux门户
Linux帮助

HTML和CSS的C++解析器 htmlcxx

发布时间:2013-10-07 16:05:34来源:红联作者:empast
htmlcxx 是一个 C++ 的 HTML 解析器和 CSS1 的解析器。The parsing politics attempt to mimic the behavior of Mozilla Firefox, so you should expect parse trees similar to those created by Firefox. However, it does not insert nonexistent stuff in your HTML. Therefore, serializing the DOM tree gives exactly the same output as the original HTML document. Another key feature is an STL-like tree navigation API provided by the tree.hh template library.

官方首页:http://sourceforge.net/projects/htmlcxx/

免费下载:http://sourceforge.net/projects/htmlcxx/files/

来自:开源中国社区
文章评论

共有 0 条评论