Re: [Question] mod_perl2 W3C HTML Tidy handler location

2007-11-16 Thread Joseph Crotty
On Nov 16, 2007, at 7:27 PM, Jonathan Vanasco wrote: On Nov 16, 2007, at 6:13 PM, Fred Moyer wrote: I'm pretty sure you can use Apache::Clean as an output filter to do this. http://search.cpan.org/~geoff/Apache-Clean-2.00_7/ I believe the OP wanted the exact opposite I *hope* this is f

Re: [Question] mod_perl2 W3C HTML Tidy handler location

2007-11-16 Thread Joseph Crotty
On Nov 16, 2007, at 4:13 PM, Fred Moyer wrote: Joseph Crotty wrote: Want to set up tidy to automatically pretty print and indent HTML (i.e., post PHP processing) and show errors via a mod_perl handler, but not sure where to best do that? Output Filter? I'm pretty sure you can use Apache:

Re: [Question] mod_perl2 W3C HTML Tidy handler location

2007-11-16 Thread Jonathan Vanasco
On Nov 16, 2007, at 6:13 PM, Fred Moyer wrote: I'm pretty sure you can use Apache::Clean as an output filter to do this. http://search.cpan.org/~geoff/Apache-Clean-2.00_7/ I believe the OP wanted the exact opposite I *hope* this is for a dev-only use - as it would be really silly to tid

Re: [Question] mod_perl2 W3C HTML Tidy handler location

2007-11-16 Thread Fred Moyer
Joseph Crotty wrote: Want to set up tidy to automatically pretty print and indent HTML (i.e., post PHP processing) and show errors via a mod_perl handler, but not sure where to best do that? Output Filter? I'm pretty sure you can use Apache::Clean as an output filter to do this. http://searc

[Question] mod_perl2 W3C HTML Tidy handler location

2007-11-16 Thread Joseph Crotty
Want to set up tidy to automatically pretty print and indent HTML (i.e., post PHP processing) and show errors via a mod_perl handler, but not sure where to best do that? Output Filter? Or is there an easier way to do this without using mod_perl2? I have dug around on Google extensively an