shannon     02/05/30 10:49:00

  Modified:    src/documentation/xdocs/userdocs/transformers
                        transformers.xml
  Log:
  Fixed minor grammar/spelling problems.
  Added useful tidbits from src/webapp/sitemap.xmap
  
  Revision  Changes    Path
  1.2       +11 -6     
xml-cocoon2/src/documentation/xdocs/userdocs/transformers/transformers.xml
  
  Index: transformers.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/transformers/transformers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- transformers.xml  3 Jan 2002 12:31:06 -0000       1.1
  +++ transformers.xml  30 May 2002 17:49:00 -0000      1.2
  @@ -9,18 +9,23 @@
                <authors>
                        <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
                 </authors>
  -              <abstract>This document describes all available transformers of 
Cocoon.</abstract>
  +              <abstract>This document describes all of the available transformers 
of Cocoon.</abstract>
        </header>
        <body>
                <s1 title="Goal">
  -                     <p>This document lists all available transformers of Apache 
Cocoon and
  +                     <p>This document lists all of the available transformers of 
Apache Cocoon and
                        describes their purpose.</p>
                 </s1>
                 <s1 title="Overview">
  -                     <p>A transformer is the central point in the pipeline. It 
transform 
  -                     SAX events in SAX events. For more information about 
transformers
  -                     see <link href="../concepts/sitemap.html">the sitemap</link>.
  -                   </p>
  +  <p>
  +A transformer is the central point in a sitemap pipeline. Within a pipeline match, 
transformers consume SAX events and emit SAX events. Transformers are placed inside a 
pipeline match between a generator and a serializer. You can include several 
transformers within a pipeline match. Any pipeline match containing a generator and 
transformer must end with a serializer.
  +  </p>
  +  <p>
  +In the sitemap file, each transformer has a unique name which is mapped to a java 
class. One transformer name must be declared as the default transformer. Each 
transformer may have additional configuration information specified in child elements.
  +  </p>
  +  <p>
  + For more conceptual information about transformers see <link 
href="../concepts/sitemap.html">the sitemap</link>.
  +  </p>
                 </s1>
                 <s1 title="The Transformers in Apache Cocoon">
                        <ul>
  
  
  

----------------------------------------------------------------------
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