RE: [PHP] cleaning up html output from php in apache

2004-04-10 Thread Jason Sheets
1:04 AM To: [EMAIL PROTECTED] Subject: [PHP] cleaning up html output from php in apache Hi there, I am searching for a way to strip the white spaces from each php generated html site. Goal is to speed up the pages. During my research for apache modules I found one for perl: http://search.cpan.org/~ge

Re: [PHP] cleaning up html output from php in apache

2004-04-10 Thread Merlin
10, 2004 5:04 PM To: [EMAIL PROTECTED] Subject: [PHP] cleaning up html output from php in apache Hi there, I am searching for a way to strip the white spaces from each php generated html site. Goal is to speed up the pages. During my research for apache modules I found one for perl: http

RE: [PHP] cleaning up html output from php in apache

2004-04-10 Thread electroteque
Htmltidy ? > -Original Message- > From: Merlin [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 10, 2004 5:04 PM > To: [EMAIL PROTECTED] > Subject: [PHP] cleaning up html output from php in apache > > > Hi there, > > I am searching for a way to strip th

[PHP] cleaning up html output from php in apache

2004-04-10 Thread Merlin
Hi there, I am searching for a way to strip the white spaces from each php generated html site. Goal is to speed up the pages. During my research for apache modules I found one for perl: http://search.cpan.org/~geoff/Apache-Clean-0.05/Clean.pm Is there something for php as well? Thanx for any hin