Getting DOM
"darkling" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1166072451.809581.83470__18926.87112927$1166072717$gmane$org@n67g2000cwd.googlegroups.com> |
I need a java technology to get a good HTML DOM for most if not all web pages. I have been using HttpUnit but it doesn't seem to work very well on most websites. I wanted to use Mozilla's more sophisicated DOM rendering engine (its called Gecko right?) so is WebCLient the packages I want? The goal is to process the DOM of websites from the server side.