I have made a change in the GUI class so users can select to parse a web page using html version 4.The default version is 5 now and if the checkbox "Use html version 4" is checked then htmlcleaner will use the Html4TagProvider.java for parsing. In command line (#19 patch) in order to use htmlversion 4 you must specify with the following format:
-htmlver=4
I have add some code in CleanerProperties.java in order to work the GUI.
Hello,
I attach the GUI patch which modifies the 2 files above.
Does this need a new patch to match the current codebase?
Yes,here is the patch for the GUI for the latest changes.
Great - thanks