Re: Caching ancillary file content

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 14:55, Peter Flynn wrote: In my XSLT I extract values from some ancillary files using the document('foo.xml') function. This works fine, but when the foo.xml file is changed (eg by some external agency like a timed script), its old content continues to be served by Cocoon.

Re: Caching ancillary file content

2004-06-04 Thread Peter Flynn
On Fri, 2004-06-04 at 12:02, Joerg Heinicke wrote: On 03.06.2004 14:55, Peter Flynn wrote: [caching] http://issues.apache.org/bugzilla/show_bug.cgi?id=10203 From the bug date you will also see, that there will probably be no short-term fix. That's actually the reverse of this problem: the

Re: Caching ancillary file content

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 18:06, Peter Flynn wrote: http://issues.apache.org/bugzilla/show_bug.cgi?id=10203 That's actually the reverse of this problem: the OP seems to be complaining that ancillary data retrieved from a call to the document() function is *not* being cached, whereas in fact it *is* (and

Caching ancillary file content

2004-06-03 Thread Peter Flynn
In my XSLT I extract values from some ancillary files using the document('foo.xml') function. This works fine, but when the foo.xml file is changed (eg by some external agency like a timed script), its old content continues to be served by Cocoon. Eventually it starts to serve the new content