How do you parse html-docs in Java? I've read a lot of articles about parsing, but haven't found the best way to do it.
Asked
Active
Viewed 806 times
-2
-
use jsoup. to do that – Md. Nasir Uddin Bhuiyan Jul 19 '17 at 15:33
-
1https://stackoverflow.com/questions/2168610/which-html-parser-is-the-best – Demogorii Jul 19 '17 at 15:34
-
Possible duplicate of [Which HTML Parser is the best?](https://stackoverflow.com/questions/2168610/which-html-parser-is-the-best) – worker_bee Jul 19 '17 at 15:37
1 Answers
3
Try using Jsoup https://jsoup.org/. It is one of the most widely used html parser.

Ravi Sharma
- 197
- 1
- 4