Name: Anonymous 2010-01-28 9:03
Hai guise.
What's the easiest way, in Java, of reading the HTML content of a webpage at a given URI, and build a org.w3c.dom.Document out of it ?
I have tried some things already but most parsers seem to fail when encountering javascript or CSS.
What's the easiest way, in Java, of reading the HTML content of a webpage at a given URI, and build a org.w3c.dom.Document out of it ?
I have tried some things already but most parsers seem to fail when encountering javascript or CSS.