Thomas Sandor wrote:
I'm using the following line to include another xml in my XSLT file: <xsl:apply-templates select="document(include/@url)" mode="include" />
...
The problem is that when I change something in the included document, nothing happens, by the transformer, it uses the same previous state.
That's a known defect. Either use sitemap aggregation or XInclude. Search the list archive for details.
J.Pietschmann --------------------------------------------------------------------- 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]>