Hi,

I want to do this in a stylesheet:

<xsl:variable doc="some-doc"
select="document('http://some-server/some-doc.xml')"/>

The first time the stylesheet is run, the URL in the document() function is
accessed. After that, it appears to be cached, and any changes to
"some-doc.xml" are not reflected in the output of the document function.

Is there any way to turn off this caching so that everytime the stylesheet
is run, the URL is accessed, and changes to "some-doc.xml" are seen?

Thanks,
Fred

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to