On Fri, 21 Feb 2003, William A. Rowe, Jr. wrote:
> The easiest example is mod_ext_filter which is nothing but a simple
> pipe wrapper. It invokes the given pipe command and filters the content
> through that pipe.
> >So far, I decided to write mod_blanks as a filter for
> >apache 2.x, even if I wrote a large part for apache
> >1.3 (ill port everything):)
It should be trivial to adapt
http://www.apache.org/~dirkx/oscon2002/mod_acronym/
as it already parses html and substitutes/changes bits directly on an
in-memory buffer.
DWw