Re: Parsing a file as it is being served

2003-02-18 Thread wiggins
On Tue, 18 Feb 2003 10:39:25 +, Philip Pawley <[EMAIL PROTECTED]> wrote: > > Thanks for the suggestions. The problem is I need to start from someone requesting >an html file, not someone calling a script. > > How can I do it? > mod_perl.

Re: Parsing a file as it is being served

2003-02-18 Thread Philip Pawley
Wiggins D'Anconia wrote: >Philip Pawley wrote: >>I want to be able to adapt my web-files, as they are being served, so that older >browsers get an xhtml 1.0-transitional version instead of the default xhtml 1.1 >version. This will involve replacing the DOCTYPE declaration and, also, various xhtml

Re: Parsing a file as it is being served

2003-02-08 Thread Wiggins d'Anconia
Philip Pawley wrote: I want to be able to adapt my web-files, as they are being served, so that older browsers get an xhtml 1.0-transitional version instead of the default xhtml 1.1 version. This will involve replacing the DOCTYPE declaration and, also, various xhtml tags to include deprecated htm