The xslt transformer doesn't know if a file that is being imported has changed and needs to be reloaded instead of using the cached version.
I.e.: <map:transform src="foo.xslt"/> If foo.xslt <xsl:import>'s bar.xslt, Cocoon doesn't check to see if bar.xslt has changed. Is there a way in the sitemap to explicitly specify that foo.xslt depends on bar.xslt? For example: <map:transform src="foo.xslt"> <map:depends src="bar.xslt"/> </map:transform> Thanks, Steve Stephen Ng Lumigent --------------------------------------------------------------------- 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]>