php-src/ext/tidy
2006-11-03 14:46:48 +00:00
..
examples
tests sync code and tests between HEAD and PHP_5_2 branches. what a confusion... 2006-09-05 15:23:26 +00:00
config.m4
config.w32
CREDITS
package.xml
php_tidy.def Fixing static builds on windoze machines for our current lib version 2006-04-19 20:57:30 +00:00
php_tidy.h remove more old code and macros. also remove the module global 'inst' (not needed anymore) 2006-09-15 14:33:34 +00:00
README more static keywording 2006-08-14 15:09:08 +00:00
tidy.c MFH: Fix double "wron param count" messages 2006-11-03 14:46:48 +00:00
tidy.dsp
TODO

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.