php-src/ext/tidy
2010-01-03 09:23:27 +00:00
..
examples
tests Add a test for tidyNode::__construct() 2009-12-29 16:06:27 +00:00
config.m4
config.w32 - first static lib then dyn or old one 2008-08-01 11:21:27 +00:00
CREDITS
package.xml
php_tidy.def MFB: update 2007-07-17 10:30:50 +00:00
php_tidy.h sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
README
tidy.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +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.