Are there any open source Jsoup/jQuery like parser/selector engine for C++/C?
Asked
Active
Viewed 3,604 times
12
-
1Check out http://stackoverflow.com/questions/1580635/c-sharp-html-css-selector for an answer – Ahmed Masud Nov 09 '11 at 08:06
-
Check this [answer](http://stackoverflow.com/questions/6973875/c-html-parser-with-jquery-like-selectors/6973912#6973912). It may be what you are looking for. – Jomoos Nov 09 '11 at 08:06
-
2I'm not sure if that works for C++/C, but there's a .NET port of Jsoup: [Nsoup](http://nsoup.codeplex.com/). See also the comment of [GeReV](http://stackoverflow.com/users/242826/gerev) on [this answer](http://stackoverflow.com/questions/2835505/how-to-scan-a-website-or-page-for-info-and-bring-it-into-my-program/2835555#2835555). – BalusC Nov 11 '11 at 14:43
2 Answers
4
The newly open sourced c HTML5 parser gumbo-parser from google: https://github.com/google/gumbo-parser

lulyon
- 6,707
- 7
- 32
- 49