Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognised or invalid HTML.
License
Eclipse Public License, GNU Library or Lesser General Public License version 2.0 (LGPLv2), Apache License V2.0Follow Jericho HTML Parser
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Best HTML parser there is
-
Very useful and reliable library to parse HTML!
-
I needed to transform many JSP pages from a real open source project downloaded form the Internet. Initially, I tried jsoup because it looks like having a easier/more intuitive/higher level API, but it become a headache with lots of errors to compile the transformed project. Then, I tried jericho and, it worked incredibly fine from the first time. Awesome library to parse and transform JSP pages!!
-
Impressible project - more powerful than most commercial solutions. Incredible powerful and flexible. Saved me countless hours.
-
We needed to validate and compare different dynamic generated web pages inside of Selenium2 application tests. Jericho HTML Parser provided all required high-level methods for HTML content analysis and evaluation (especially getDebugInfo() method for fast allocation of problem code). Very good API documentation and set of examples allows us fast finish all necessary application tests. Excellent work - thanks.