cziegeler 01/09/07 03:53:46 Modified: xdocs Tag: cocoon_20_branch xslt-transformer.xml Log: Corrected use-store configuration Revision Changes Path No revision No revision 1.1.2.4 +9 -3 xml-cocoon2/xdocs/xslt-transformer.xml Index: xslt-transformer.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/xdocs/xslt-transformer.xml,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- xslt-transformer.xml 2001/07/19 14:20:01 1.1.2.3 +++ xslt-transformer.xml 2001/09/07 10:53:46 1.1.2.4 @@ -24,9 +24,6 @@ <p>The xslt transformer is configurable. You can specify one or more of the following configuration information:</p> <ul> - <li>use-store: true|false - If set to true it forces the transformer - to put the generated templates from the XSLT stylesheet into the - system store. This property is true by default.</li> <li>use-request-parameters: true|false - Setting this to true makes all request parameters available in the XSLT stylesheet. Note that this might have issues concerning cachability of the generated output of this transformer, @@ -62,6 +59,15 @@ <p>In addition all other parameters to the transformer are available in the stylesheet as xsl:variables (These values are also used in the caching algorithm.)</p> + </s1> + <s1 title="The XSLT Processor"> + <p>The XSLT Transformer uses a component called XSLTProcessor. This component is + configured in the cocoon.xconf. You can configure it as follows:</p> + <ul> + <li>use-store: true|false - If set to true it forces the xslt processor + to put the generated templates from the XSLT stylesheet into the + system store. This property is true by default.</li> + </ul> </s1> </body> </document> ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]