Small annoyance with xslt transformer caching

2002-04-22 Thread Stephen Ng
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

Re: Small annoyance with xslt transformer caching

2002-04-22 Thread Peter Royal
On Monday 22 April 2002 03:07 pm, Stephen Ng wrote: 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? Not at this time. Cocoon doesn't know that bar.xslt is even used