cziegeler    01/07/17 07:45:06

  Modified:    xdocs    Tag: cocoon_20_branch cinclude-transformer.xml
                        log-transformer.xml xinclude-transformer.xml
  Log:
  More docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +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.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- cinclude-transformer.xml  2001/07/12 21:05:49     1.1.2.1
  +++ cinclude-transformer.xml  2001/07/17 14:44:44     1.1.2.2
  @@ -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.1.2.2   +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.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- log-transformer.xml       2001/07/12 21:06:49     1.1.2.1
  +++ log-transformer.xml       2001/07/17 14:44:46     1.1.2.2
  @@ -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>
  +  &lt;map:transform type="log"&gt;
  +  &nbsp;&nbsp;&lt;parameter name="logfile" value="logfile.log"/&gt;
  +  &nbsp;&nbsp;&lt;parameter name="append" value="no"/&gt;
  +  &lt;/map:transform&gt;>
  +</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.1.2.2   +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.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- xinclude-transformer.xml  2001/07/12 21:07:49     1.1.2.1
  +++ xinclude-transformer.xml  2001/07/17 14:44:52     1.1.2.2
  @@ -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]

Reply via email to