Yunqa • The Delphi Inspiration

Delphi Components and Applications

User Tools

Site Tools


products:tidy:index
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


products:tidy:index [2016/01/22 15:08] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== DITidy ======
  
 +{{page>header}}
 +
 +===== 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 ====
 +
 +  * HTML, XHTML and XML parser.
 +  * Parses from file, memory, and via customizable interfaces.
 +  * Reads Documents in Latin1, UTF-8, Windows, and other encodings.
 +  * Reports a wide range of HTML and XHTML problems during parsing.
 +  * Easy to use API to iterate and examine document nodes and attributes.
 +  * Generates cleaned-up and well formatted HTML and XHTML with customizable layout styles.
 +  * Reads and writes configuration files compatible with HTML Tidy.
 +  * Built-in English language descriptions of library options.
 +  * Completely self-contained in a smart-linking, single file source code unit.
 +
 +==== Demo Project Screenshots ====
 +
 +{{ ditidy_analyse_demo.png |DITidy Analyze Demo Application}}
 +
 +{{ ditidy_node_treeview_demo.png |DITidy Node TreeView Demo Application}}
 +
 +{{ ditidy_options_demo.png |DITidy Options Demo Application}}
 +
 +{{tag>html html5 tidy unicode}}
products/tidy/index.txt · Last modified: 2016/01/22 15:08 by 127.0.0.1