Tidy

はじめに

Tidy は、「Tidy HTML clean and repair utility」のバインディングです。 オブジェクト指向のモデルを使って、HTML, XHTML, XML文書の誤りを直すだけでなく、 操作することやドキュメントツリーを走査することもできます。 文書は、PHP や ASP のような組み込みスクリプト言語が入ったものも対象です。

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