The snippet at http://cocoon.apache.org/2.1/snippet/snippet-xslt-options.html talks about "Specifying Different XSLT Processor Options", but I can't find an explanation of what the parameter "use-store" should be used for.
The Cocoon API (http://cocoon.apache.org/2.0/apidocs/org/apache/cocoon/components/xslt/XSLTProcessorImpl.html) says "The <use-store> configuration forces the transformer to put the Templates generated from the XSLT stylesheet into the Store. This property is true by default." What is the Store -- is it basically a cache so that transforming the same input XML with the same stylesheet can be done quickly the second time? In what circumstances should I change this option? Thanks very much, Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
