[Zope-dev] HTML rendering
Michel Pelletier
michel@digicool.com
Tue, 7 Dec 1999 16:02:14 -0500
> -----Original Message-----
> From: Joshua Brauer [mailto:joshua@brauer.org]
> Sent: Tuesday, December 07, 1999 3:40 PM
> To: zope-dev@zope.org
> Subject: [Zope-dev] HTML rendering
>
>
>
>
> I had a routine in Frontier that took out all unneeded
> spaces, returns, comments etc. in HTML documents. The only
> place these were left was in <script> and <pre> tagged text.
> Is it possible for mere users to tinker with the final steps
> of the rendering process to make this happen?
In some time we will have a pluggable multi-format interface which lets
you define your own behaviors for parsing and rendering of textual
content.
-Michel