Skip to content

html2xhtml 1.4 (source code only)

Latest

Choose a tag to compare

@jfisteus jfisteus released this 02 Jun 13:50
· 1 commit to master since this release
html2xhtml-1.4
13e7652

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