Re: [PHP-DEV] New Tidy Extension for PHP5

2003-07-30 Thread John Coggeshall
> Some months ago i had a similar idea, mainly to have it as an output handler. > So in general i think it's a cool idea. So my question is will you provide > such an output handler? I actually was bugging Wez about filters for this exact reason. :) > Besides that i think you should put it into

Re: [PHP-DEV] New Tidy Extension for PHP5

2003-07-30 Thread CHAILLAN Nicolas
"Marcus BöRger" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hello John, > > Wednesday, July 30, 2003, 1:26:02 PM, you wrote: > > JC> Hey all: > > JC> I've written a new extension for PHP (ZE2 only) Based on the famed HTML > JC> Tidy's (http://tidy.sf.net/) library. This

Re: [PHP-DEV] New Tidy Extension for PHP5

2003-07-30 Thread Marcus Börger
Hello John, Wednesday, July 30, 2003, 1:26:02 PM, you wrote: JC> Hey all: JC> I've written a new extension for PHP (ZE2 only) Based on the famed HTML JC> Tidy's (http://tidy.sf.net/) library. This extension provides more than JC> just an incredibly easy way to clean and repair HTML documents, an