Tidy

Einführung

Tidy is a binding for the Tidy HTML clean and repair utility which allows you to not only clean and otherwise manipulate HTML, XHTML, and XML documents, but also traverse the document tree, including ones with embedded scripting languages such as PHP or ASP within them using object-oriented constructs.

add a note

User Contributed Notes 3 notes

up
7
anon
7 years ago
Configuration options in http://tidy.sourceforge.net/docs/quickref.html are obsoletes.

Actual configuration options are here:
http://api.html-tidy.org/tidy/quickref_5.0.0.html
up
1
sirmonko at tapirpirates dot net
16 years ago
here are the configuration options for tidy:
http://tidy.sourceforge.net/docs/quickref.html
up
0
gbirch at tech-tamer dot com
1 year ago
The address of the archive of configuration options has moved to: https://api.html-tidy.org/
To Top