shannon     02/05/30 10:50:21

  Modified:    src/documentation/xdocs/userdocs/serializers serializers.xml
  Log:
  Fixed minor grammar/spelling problems.
  Added useful tidbits from webapp/sitemap.xmap
  
  Revision  Changes    Path
  1.3       +11 -6     
xml-cocoon2/src/documentation/xdocs/userdocs/serializers/serializers.xml
  
  Index: serializers.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/serializers/serializers.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- serializers.xml   18 Apr 2002 16:21:10 -0000      1.2
  +++ serializers.xml   30 May 2002 17:50:21 -0000      1.3
  @@ -9,18 +9,23 @@
                <authors>
                        <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/>
                 </authors>
  -              <abstract>This document describes all available serializers of 
Cocoon.</abstract>
  +              <abstract>This document describes all of the available serializers of 
Cocoon.</abstract>
        </header>
        <body>
                <s1 title="Goal">
  -                     <p>This document lists all available serializers of Apache 
Cocoon and
  +                     <p>This document lists all of the available serializers of 
Apache Cocoon and
                        describes their purpose.</p>
                 </s1>
                 <s1 title="Overview">
  -                     <p>A serializer is the end point of an xml pipeline. It 
transform SAX 
  -                     events in binary or char streams for final client consumption. 
For more information about transformers
  -                     see <link href="../concepts/sitemap.html">the sitemap</link>.
  -                   </p>
  +  <p>
  +A serializer is the end point of an xml pipeline. It transforms SAX events into 
binary or char streams for final client consumption. Every pipeline match containing a 
generator must be terminated by a serializer. 
  +  </p>
  +  <p>
  +In the sitemap file, each serializer has a unique name which is mapped to a java 
class. One serializer name must be declared as the default serialzer. Each serializer 
may have additional configuration information specified in child elements.
  +  </p>
  +  <p>
  + For more conceptual information about serializers see <link 
href="../concepts/sitemap.html">the sitemap</link>.
  +  </p>
                 </s1>
                 <s1 title="The Serializers 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