HTML Parser in Java 5.0 - The Bio One News
Brought to you by:
v_bachvarov
The whole parser was rewritten, because the old parsing algorithm showed many disadvantages. This one is much simpler and more effective.
That's why versioning changed too. This version is 0.0.1 and it works to some extent. Attributes, comments and some other minorities must be handled properly.
Nice features are correction of unexpected closing tags and unclosed tags. Also orphaned characters like single > or < are taken care of too.... read more
The project HTML Parser - The Bio One was submitted to SF.net under the GPL.
It is intended to be a very small and simple HTML parser, that has all capabilities, necessary to parse HTML pages in Java environment without complicating the model too much.