Is there a validating HTML parser implemented in Java?

后端 未结 4 1385
名媛妹妹
名媛妹妹 2021-01-06 08:50

I need to parse HTML 4 in Java. Ideally I\'d like an implementation that is SAX compatible.

I\'m aware that there are numerous HTML parsers in for Java, however, the

4条回答
  •  轮回少年
    2021-01-06 09:05

    You can find a collection of HTML parsers here HTML Parsers. I don't remeber exactly but I think TagSoup parses the file without applying corrections...

提交回复
热议问题