JSharpTidy
HTML Tidy is a tool written by Dave Raggett at the w3c for cleaning ill-formed HTML into clean HTML and XHTML. A Java version was created by Andy Quick and Gary L Peskin.
Dave Raggett's original C implementation can be found at www.w3.org/People/Raggett/tidy/
JTidy can be found at http://sourceforge.net/projects/jtidy/
This version is a "port" to JSharp Beta1, running on .Net Beta2. Very few changes to the code were needed. The Readme.txt document included in the zip documents these changes. In addition, the compiler still generates 3 warnings, however these can be ignored because the compileris confused and these are not errors.