Re: Passing data to subrequests

2001-04-09 Thread G.W. Haywood
Hi there, On Fri, 6 Apr 2001, Joachim Zobel wrote: Is content negotiation somehow uncool? I could not find an Apache::Negotiate to interface with mod_negotiate and its remarkably little discussed. Probably because whatever the results of the negotiation, Internet Exploder will probably

Passing data to subrequests

2001-04-06 Thread Joachim Zobel
Hi. I still think about a way to use content negotiated templates. My favourite solution is now to make my template filler a content handler for the template direktory. The problem is to pass the data the handler should fill in. How do I pass larger data structures to a subrequest? Is there