Table of Contents

DITidy

DITidy is an embedded HTML parser and pretty printer for Delphi (Embarcadero / CodeGear / Borland). It reads HTML and XML into a DOM tree, checks for and repairs errors, and writes valid HTML.

Overview

DITidy is build on the libtidy library but requires no DLLs not other external files. All code is compiled into the application's executable.

Features

Demo Project Screenshots

DITidy Analyze Demo Application

DITidy Node TreeView Demo Application

DITidy Options Demo Application