A Java-based pretty-printer and HTML-to-XHTML converter. Sanitizes documents to the best of its ability. Simply feed this application an input file and it will generate beautified console output (or a ...
This script provides a method to cleanup dirty html. It will take a string of dirty and badly formatted html, and return a pretty printed valid XHTML string. The ...