Installation is just unzipping the distribution.
Using it requires programming in Java. Some examples are provided, but this project isn't the place to learn these basic skills.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have to convert my html document to a DOM tree...
how this html parser will be helpful?
how do i install and use it?
There is a basic SAX implementation in the org\htmlparser\sax directory. Some documentation is available from the package javadoc:
http://htmlparser.sourceforge.net/javadoc/org/htmlparser/sax/package-summary.html
Installation is just unzipping the distribution.
Using it requires programming in Java. Some examples are provided, but this project isn't the place to learn these basic skills.