On Mon, Jan 28, 2002 at 12:23:13PM +0000, Matt Sergeant wrote: > > I want some of my XML files to NOT be cached after transformation. > > Can I force this by anything on a per-file basis? > > You can sorta do it by turning on XSP processing and sticking in: > > <xsp:logic xmlns:xsp="...">$r->no_cache(1);</xsp:logic> > > immediately after your top level element.
True; I was hoping to avoid the overhead of XSP, though. We are trying to keep the web site ultra-protected by only allowing .xsp files into the wild after a code security check. -- Sebastian Rahtz OUCS Information Manager 13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
