Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54364 invoked by uid 1010); 1 Dec 2003 15:23:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54340 invoked from network); 1 Dec 2003 15:23:50 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 1 Dec 2003 15:23:50 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id 60586400D3; Tue, 2 Dec 2003 00:23:49 +0900 (JST) Received: from [192.168.0.130] (z68.219-121-70.ppp.wakwak.ne.jp [219.121.70.68]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with ESMTP/inet id hB1FNnng094891; Tue, 2 Dec 2003 00:23:49 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <200312010845.23909.ilia@prohost.org> References: <200312010845.23909.ilia@prohost.org> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <57E3FEDC-2412-11D8-8DBD-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: PHP Internals Date: Tue, 2 Dec 2003 00:23:40 +0900 To: ilia@prohost.org X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] Tidy & PHP5 From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) +1 if this is counted :) Moriyoshi On 2003/12/01, at 22:45, Ilia Alshanetsky wrote: > I would like to propose that tidy extension be bundled with PHP 5. > > First of all it'll provide an easy means to validate and/or fix HTML > input for > webforms, which can also help existing functions such as strip_tags(). > The > extension can also be used to reduce HTML output by removing > formatting, > which can be quite significant for large pages (even if compression is > used). > Tidy can also be used to provide a rapid means for conversion between > HTML > and XHTML and if needed can even handle XML. To those who need to > parse HTML > it also provides a fairly handy OO API (similar to that of simplexml), > which > would enable people to write fast HTML parsers in PHP. > > Ilia > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >