This release features a new command line option to generate a SYSTEM doctype declaration instead of a PUBLIC one, based on a system location prefix provided by the user. For example:
html2xhtml -t 1.1 --system-dtd-prefix local-xhtml-dtds/ tests/test-simple-1.html
In addition, several memory management issues have been fixed.
Compile the program with:
./configure
make