On Tue, Oct 14, 2008 at 7:37 AM, Sascha Kersken <[EMAIL PROTECTED]> wrote: > Hi all, > > I tried to use a Substitute directive for a naive approach to get rid of all > HTML/XML markup from a document (just a textbook example). Configuration > looks as follows: > > <Location /nohtml> > AddOutputFilter SUBSTITUTE .html > AddType text/plain .html > Substitute s/<[^>]+>// > </Location> > > i.e. there is an empty string as substitution text.
This is permitted In the next release: http://svn.apache.org/viewvc?view=rev&revision=696321 -- Eric Covener [EMAIL PROTECTED]
