DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3782>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3782 No dependency check on xsl:import Summary: No dependency check on xsl:import Product: Cocoon 2 Version: 2.1alpha CVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Modifying an imported stylesheet doesn't cause the cache to be invalidated. I have a pretty simple setup like this: <map:match pattern="**.xml"> <map:aggregate element="root"> <map:part src="cocoon:/navigation/path.xsp?path={1}"/> <map:part src="cocoon:/navigation/layout.xml"/> <map:part src="cocoon:/navigation/shortcuts.xml"/> <map:part src="cocoon:/navigation/sitemap.xml"/> <map:part src="cocoon:/documents/{1}.xml"/> </map:aggregate> <map:transform type="xinclude"/> <map:transform src="documents/style/main.xsl"/> <map:serialize type="html"/> </map:match> If I modify main.xsl, the changes are correctly taken into account on a browser reload. If I modify any stylesheet imported from main.xsl though, Cocoon hits the cache. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]