shannon 2002/06/07 12:58:28 Modified: src/documentation/xdocs/userdocs/serializers Tag: cocoon_2_0_3_branch book.xml serializers.xml Log: sync with head Revision Changes Path No revision No revision 1.1.2.1 +1 -0 xml-cocoon2/src/documentation/xdocs/userdocs/serializers/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/serializers/book.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- book.xml 3 Jan 2002 12:31:05 -0000 1.1 +++ book.xml 7 Jun 2002 19:58:28 -0000 1.1.2.1 @@ -31,6 +31,7 @@ <menu-item label="PDF Serializer" href="pdf-serializer.html"/> <menu-item label="PS Serializer" href="ps-serializer.html"/> <menu-item label="PCL Serializer" href="pcl-serializer.html"/> + <menu-item label="HSSF (XLS) Serializer" href="xls-serializer.html"/> </menu> </book> 1.1.2.1 +12 -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.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- serializers.xml 3 Jan 2002 12:31:05 -0000 1.1 +++ serializers.xml 7 Jun 2002 19:58:28 -0000 1.1.2.1 @@ -9,24 +9,30 @@ <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> <li><link href="html-serializer.html">HTML Serializer</link> (The default serializer)</li> <li><link href="xml-serializer.html">XML Serializer</link></li> <li><link href="text-serializer.html">Text Serializer</link></li> + <li><link href="xls-serializer.html">HSSF (XLS) Serializer</link> (optional)</li> <li><link href="pdf-serializer.html">PDF Serializer</link> (optional)</li> <li><link href="ps-serializer.html">PS Serializer</link> (optional)</li> <li><link href="pcl-serializer.html">PCL Serializer</link> (optional)</li>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]