Released html2xhtml 1.3
September 23 2015 by Jesús Arias Fisteus
A new version of html2xhtml (1.3) has been released. It contains some small changes and bug fixes.
Go to the download page.
Html2xhtml uploaded to github
July 26 2011 by Jesús Arias Fisteus
Html2xhtml has been uploaded to github. That means that from now on there is public access to the git repository of the project. Please, feel free to collaborate forking and sending pull requests. Bug reports and feature requests may be filed at the issue tracker of html2xhtml in github.
Go to the github page of html2xhtml.
Released html2xhtml 1.1.2-2
April 7 2010 by Jesús Arias Fisteus
A new version of html2xhtml (1.1.2-2) has been released. It
has some minor changes and a bug fix. The bug only affected
the program when compiled with glibc up to version 2.0.6,
which was the case of the Windows binary version distributed
in this site. When the XHTML output reached 32 KB, the
converter finished signaling a buffer
overflow error. Just for curious people, the cause was
a change in the semantics of the return value of the
function vsnprintf
in versions of glibc up to
2.0.6.
Go to the download page.
Library for calling html2xhtml in the .NET 4.0 framework
March 25 2010 by Jesús Arias Fisteus
A developer in Germany that is using html2xhtml for a project he is currently involved in has just released a .NET 4.0 library that binds to html2xhtml. It makes it easier to integrate html2xhtml in a C# program. The library is called Html2Xhtml, is also free software and is available at its website at sourceforge. I'd like to express my gratitude to him for sharing the library with us.
New website design and Web API
February 18 2010 by Jesús Arias Fisteus
The web site has been re-designed. In addition to visual changes, a new conversion form with advanced options has been added, as well as documentation on the new experimental Web API that allows developers to to invoke the html2xhtml service through HTTP from their programs.
Released html2xhtml 1.1.2
November 5 2009 by Jesús Arias Fisteus
A new stable version of html2xhtml (1.1.2) has been released.
Go to the download page.
Available html2xhtml 1.1.2-rc3
July 3 2009 by Jesús Arias Fisteus
The third release candidate for the next stable release is now available. This version contains some changes to make html2xhtml be more robust against several kinds of errors in input HTML documents.
Go to the download page.
Available html2xhtml 1.1.2-rc2
June 30 2009 by Jesús Arias Fisteus
The second release candidate for the next stable release is now available. This version provides fixes to some bugs reported by users.
Go to the download page.
Available html2xhtml 1.1.2-rc1
April 13 2009 by Jesús Arias Fisteus
The first release candidate for the next stable release is now available. The main changes with respect to release 1.1.1 are:
- Updated to the lastest versions of the XHTML DTDs published by the W3C.
- Support to many more character encodings, including UTF-8 and UTF-16. The character set for the output XHTML file can be selected from command-line, and may be different to the one used by the input file. Invoking html2xhtml --lcs dumps the full list of supported character sets.
- New command-line options (--compact-empty-elem-tags, --dos-eol).
- Redesigned CGI code. Now it can be invoked with multipart/form-data or directly with the text/html input.
Go to the download page.
Released html2xhtml 1.1.1
June 17 2008 by Jesús Arias Fisteus
Finally, the GPL version of html2xhtml has been released as stable (version 1.1.1).
Go to the download page.
Call for bug reports before the stable release
May 15 2008 by Jesús Arias Fisteus
Current beta version seems to be pretty stable. I'm planning to release it labelled as stable soon. I'm open always to receiving bug reports, but it is specially important in the next couple of weeks, in order to fix them before the release. Therefore, I encourage users who have found any issue in 1.1b6 to write me an email (see my contact info). Thanks in advance for your collaboration!
html2xhtml 1.1b6 (beta) has been released
April 17 2008 by Jesús Arias Fisteus
This new beta version fixes several bugs reported by users (thanks for reporting them ;-) There are no changes in functionality, and there won't be until a stable version is released (probably in a few weeks).
Go to the download page.
html2xhtml 1.1b5 (beta) has been released
March 5 2008 by Jesús Arias Fisteus
This new beta version includes a couple of bug fixes and a change in the appearance of the output page of the CGI.
This release fixes a bug which caused end tags appearing inside script elements not to be properly wrapped within a CDATA section. In addition, the CGI version has been modified: the appearance of the result page has been changed, and a bug which caused comments in the XHTML converted document not to be shown has been fixed.
Go to the download page.
New html2xhtml RSS feed
January 24 2008 by Jesús Arias Fisteus
From now on, the news about html2xhtml will be published also as a RSS feed. This news feed will be used to announce new releases, future development intentions, usage statistics, etc.
html2xhtml 1.1b4 (beta) has been released
January 16 2008 by Jesús Arias Fisteus
Html2xhtml has been updated. It has been fixed a severe bug in whitespace handling, which caused some whitespaces between tags to erroneously dissapear. Completely rewritten output formatting code: now the output should be nicer. Some format parameters, like line length and indentation length, can be now configured. Better handling (experimental) of XHTML input (it can be used now for converting XHTML documents into other XHTML doctypes, and for cleaning up XHTML markup). Several bug-fixes and other minor improvements.
html2xhtml 1.1b3 (beta) has been released
September 16 2007 by Jesús Arias Fisteus
Html2xhtml has been updated. Better support for conversion from XHTML to XHTML. Added support for XHTML Print 1.0. Some bug-fixes and improved help message.
html2xhtml 1.1b2 (beta) has been released
September 15 2007 by Jesús Arias Fisteus
Html2xhtml has been updated. Now it can convert also to XHTML Basic 1.1 (experimental feature). In addition, html2xhtml now includes the latest changes published by W3C in the DTDs of the other flavors of XHTML.
html2xhtml is now open source
May 25 2007 by Jesús Arias Fisteus
Now html2xhtml is distributed under the GNU General Public License (GPL) version 2. You can still use the online service or download it. Current release is published as a source code package, that you can compile either for GNU/Linux operating systems or Windows XP (with MinGW or Cygwin). You can also download a version of html2xhtml already compiled for Windows systems.