0

Possible Duplicate:
Java HTML Parsing

Can someone recommend a high performance HTML parsing library for Java? I am mostly going to be finding elements by css names.

Community
  • 1
  • 1
chrislovecnm
  • 2,549
  • 3
  • 20
  • 36
  • 1
    Have you found an existing library that you're using, and simply found its performance to be inadequate? – corsiKa Aug 18 '11 at 23:37
  • glowcoder - Yes I have attempted to use a vanilla DocumentBuilderFactory and I am thinking that I should probably use SAX. I am wondering if there is a SAX lib that is specifically built for HTML. (CSS CLASSES DIV's etc) – chrislovecnm Aug 19 '11 at 14:24
  • maerics- thanks for the link. Helps some, but performance is my main concern. – chrislovecnm Aug 19 '11 at 14:25

0 Answers0