cziegeler 01/07/17 07:47:34
Modified: xdocs cinclude-transformer.xml log-transformer.xml
xinclude-transformer.xml
Log:
More docs
Revision Changes Path
1.3 +8 -2 xml-cocoon2/xdocs/cinclude-transformer.xml
Index: cinclude-transformer.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/cinclude-transformer.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cinclude-transformer.xml 2001/07/13 14:45:25 1.2
+++ cinclude-transformer.xml 2001/07/17 14:47:16 1.3
@@ -13,11 +13,17 @@
</header>
<body>
<s1 title="CInclude Transformer">
- <p>????.</p>
+<p>This transformer triggers for the element <code>include</code> in the
+ namespace "http://apache.org/cocoon/include/1.0".
+ The <code>src></code> attribute contains the url which points to
+ an xml resource which is include instead of the element.
+ With the attributes <code>element</code>, <code>ns</code> and
+ <code>prefix</code> it is possible to specify an element
+ which surrounds the included content.</p>
<ul>
<li>Name : cinclude</li>
<li>Class:
org.apache.cocoon.transformation.CIncludeTransformer</li>
- <li>Cacheable: ????.</li>
+ <li>Cacheable: no.</li>
</ul>
</s1>
</body>
1.3 +18 -2 xml-cocoon2/xdocs/log-transformer.xml
Index: log-transformer.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/log-transformer.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- log-transformer.xml 2001/07/13 09:56:44 1.2
+++ log-transformer.xml 2001/07/17 14:47:20 1.3
@@ -13,11 +13,27 @@
</header>
<body>
<s1 title="Log Transformer">
- <p>????.</p>
+ <p>This transformations main purpose is debugging.
+The <code>LogTransformer</code> is a class that can be plugged into a pipeline
+to print the SAX events which passes thru this transformer in a readable form
+to a file.</p>
+<p>
+ The file will be specified in a parameter tag in the sitemap pipeline to the
+ transformer as follows:</p>
+<source>
+ <map:transform type="log">
+ <parameter name="logfile" value="logfile.log"/>
+ <parameter name="append" value="no"/>
+ </map:transform>>
+</source>
+<p>
+ Because the log file will be hardcoded into the sitemap this LOGTransformer will
+ not be thread save! If you don't specify the logfile the output is send to
+ the standard output of your servlet engine.</p>
<ul>
<li>Name : log</li>
<li>Class:
org.apache.cocoon.transformation.LogTransformer</li>
- <li>Cacheable: ????.</li>
+ <li>Cacheable: no.</li>
</ul>
</s1>
</body>
1.3 +3 -2 xml-cocoon2/xdocs/xinclude-transformer.xml
Index: xinclude-transformer.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/xdocs/xinclude-transformer.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xinclude-transformer.xml 2001/07/13 09:57:11 1.2
+++ xinclude-transformer.xml 2001/07/17 14:47:22 1.3
@@ -13,11 +13,12 @@
</header>
<body>
<s1 title="XInclude Transformer">
- <p>????.</p>
+ <p>This transformer works according to the XInclude
specification.</p>
+ <p>For more information refer to the <link
href="http://www.w3.org/TR/xinclude">XInclude specification</link>.</p>
<ul>
<li>Name : xinclude</li>
<li>Class:
org.apache.cocoon.transformation.XIncludeTransformer</li>
- <li>Cacheable: ????.</li>
+ <li>Cacheable: no.</li>
</ul>
</s1>
</body>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]