tidy
Tidy HTML Repairing and Parsing
john
John Coggeshall
john@php.net
lead
iliaa
Ilia Alshanetsky
ilia@php.net
developer
Tidy is a binding for the Tidy HTML clean and repair utility which
allows you to not only clean and otherwise manipluate HTML documents,
but also traverse the document tree using the Zend Engine 2 OO semantics.
PHP
beta
2.0dev
2003-11-13
Major API changes for PHP 5.0, including the re-introduction of resources, output buffering support,
dual-nature syntax (tidy_clean_repair($tidy_res) or $tidy->clean_repair()) and more.