php-src/ext/tidy
2007-10-07 05:22:07 +00:00
..
examples
tests fix crash when fetching a node type that doesnt exist 2007-09-20 22:25:06 +00:00
config.m4
config.w32
CREDITS
package.xml
php_tidy.def
php_tidy.h
README
tidy.c MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
tidy.dsp

README FOR ext/tidy by John Coggeshall <john@php.net>


Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer
to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with
embedded scripting languages such as PHP or ASP within them using OO constructs.