cziegeler 01/09/07 03:54:43
Modified: xdocs xslt-transformer.xml
Log:
Corrected use-store configuration
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xslt-transformer.xml 2001/07/19 14:20:23 1.4
+++ xslt-transformer.xml 2001/09/07 10:54:43 1.5
@@ -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]