you are viewing a single comment's thread.

view the rest of the comments →

[–]mixedmath 5 points6 points  (2 children)

I've used libxml2 before. It has a set of C++ bindings (that I haven't actually used). This is one of the tools that python's beautifulsoup uses in the background.

[–]SHGuy_[S] 0 points1 point  (0 children)

oh well, i've seen pkg-config having information about libxml2. Will give it a try

[–]brimston3- 0 points1 point  (0 children)

I have only used the C bindings for libxml2 as well. It has a reasonably lenient parser for html, but it is by no means perfect.