Changes between Version 1 and Version 2 of JabhtsHtml5LibInstall

Show
Ignore:
Timestamp:
08/27/07 13:53:35 (3 years ago)
Author:
speck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JabhtsHtml5LibInstall

    v1 v2  
    2020Step 4: Install it by running "/usr/bin/python2.5 setup.py install" 
    2121 
     22=== Why not use JTidy? === 
     23 
     24The initial version of Jabhts used [http://jtidy.sourceforge.net/ JTidy], but  
     25 
     261) JTidy is buggy, e.g. removes empty <div> elements even when told to keep empty paragraphs. 
     27 
     282) JTidy is not maintained. The last release was made in August 2000. 
     29 
     30As JTidy doesn't use the [http://www.whatwg.org/specs/web-apps/current-work/#parsing contemporary rules] for parsing html, and hasn't been updated for 7 years, it was dropped even though installing the python version of the html5lib takes much more work.