shannon 02/05/30 10:47:33 Modified: src/documentation/xdocs/userdocs/generators generators.xml Log: Fixed minor grammar/spelling problems. Added useful content from webapp/sitemap.xmap Revision Changes Path 1.2 +10 -7 xml-cocoon2/src/documentation/xdocs/userdocs/generators/generators.xml Index: generators.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/generators/generators.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- generators.xml 3 Jan 2002 12:31:04 -0000 1.1 +++ generators.xml 30 May 2002 17:47:33 -0000 1.2 @@ -9,19 +9,22 @@ <authors> <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/> </authors> - <abstract>This document describes all available generators of Cocoon.</abstract> + <abstract>This document describes all of the available generators of Cocoon.</abstract> </header> <body> <s1 title="Goal"> - <p>This document lists all available generators of Apache Cocoon and + <p>This document lists all of the available generators of Apache Cocoon and describes their purpose.</p> </s1> <s1 title="Overview"> - <p>A generator is the starting point of an xml pipeline. It generates XML - content as SAX events and initialize the pipeline processing. - For more information on generators - see <link href="../concepts/sitemap.html">the sitemap</link>. - </p> + <p>A generator is the starting point of an xml pipeline. It generates XML content as SAX events and initializes pipeline processing. Every pipeline match containing a generator must be terminated by a serializer. + </p> + <p> +In the sitemap file, each generator has a unique name which is mapped to a java class. One generator name must be declared as the default generator. Each generator may have additional configuration information specified in child elements. + </p> + <p> +For conceptual information on generators see the user's guide document <link href="../concepts/sitemap.html">The Sitemap</link>. + </p> </s1> <s1 title="The Generators 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]