On 06/05/05, Cyrille Bonnet <[EMAIL PROTECTED]> wrote:
> Thanks for all your answers,
> 
> I usually use Apache to change HTTP headers. But here, I need to
> post-process the HTML.
> 
> The reason is that the NZ Government Webguidelines require HTML 4.01 :-(
> and I'd like to keep Plone content and templates XHTML compliant.
>
> One way to do that is obviously to post-process the HTML with a language
> that is good at regular expressions (Perl?).
> 
> But I thought it could be neat if the post-processing could be done in
> Zope itself.
> 
> Anyway, I am looking at ZPublisher.HTTPResponse.HTTPResponse and it
> looks like the right place.
> 
> Thanks for your help!


Yes, it's irritating isn't it? I've worked on an NZ government site
before, but in PHP.

You can use Apache to parse the HTML, mod_python allows you to use
PythonOutputFilters, where you can use a regexp to clean up the HTML.
I'd personally think that using Apache would be faster, but I may be
wrong.

-- 
Phillip Hutchings
http://www.sitharus.com/
[EMAIL PROTECTED] / [EMAIL PROTECTED]
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to