hi,

I'm using the following line to include another xml in my XSLT file:
    <xsl:apply-templates select="document(include/@url)" mode="include" />

and the template section start as follows:
<xsl:template match="categories" mode="include">...</xsl:template>

The problem is that when I change something in the included document,
nothing happens, by the transformer, it uses the same previous state. I can
only make it awake by redeploying the whole ear.
I emptyed the catalina work directory. So I don't see from where gets cocoon
the cached document.

How can I force Cocoon or the XSLT to really check and if change read the
included document??

any help is appreciated.
Thanks,
Thomas


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

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

Reply via email to