You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2008/06/17 23:49:24 UTC

svn commit: r668844 - /cocoon/site/site/2.2/1290_1_1.html

Author: gkossakowski
Date: Tue Jun 17 14:49:23 2008
New Revision: 668844

URL: http://svn.apache.org/viewvc?rev=668844&view=rev
Log:
Publish updated documentation.

Modified:
    cocoon/site/site/2.2/1290_1_1.html

Modified: cocoon/site/site/2.2/1290_1_1.html
URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/1290_1_1.html?rev=668844&r1=668843&r2=668844&view=diff
==============================================================================
--- cocoon/site/site/2.2/1290_1_1.html (original)
+++ cocoon/site/site/2.2/1290_1_1.html Tue Jun 17 14:49:23 2008
@@ -148,11 +148,12 @@
 <li>enhance this first pipeline by adding an XML transformation step based on
 XSLT that produces HTML as output</li>
 <li>write a pipeline that creates a PDF document</li>
-</ol><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Overview</h1>Cocoon is based around the concept of pipelines:<img width="713" height="223" name="pipeline" alt="pipeline" src="NO_LINK"></img>If a request comes in, a <strong>generator</strong> produces
-<a href="http://www.saxproject.org/">SAX events</a> that represent the XML,
-<strong>tranformers</strong> can alter the stream of SAX events and a
-<strong>serialize</strong>r finally creates an output stream which is sent to
-the client.The image above shows the 3 most popular components:<ul>
+</ol><h1 xmlns:p="http://outerx.org/daisy/1.0#publisher" xmlns:ns="http://outerx.org/daisy/1.0">Overview</h1>Cocoon is based around the concept of pipelines:<img width="713" height="223" name="pipeline" alt="pipeline" src="NO_LINK"></img>If a request comes in, a <a href="../2.2/core-modules/core/2.2/850_1_1.html"><strong>generator</strong>
+</a>produces <a href="http://www.saxproject.org/">SAX events</a> that represent
+the XML, <a href="../2.2/core-modules/core/2.2/851_1_1.html"><strong>tranformers</strong> </a>can alter the
+stream of SAX events and a
+<a href="../2.2/core-modules/core/2.2/849_1_1.html"><strong>serializ<strong>e</strong></strong><strong>r</strong></a>
+finally creates an output stream which is sent to the client.The image above shows the 3 most popular components:<ul>
 <li>file generator</li>
 <li>XSLT transformer</li>
 <li>HTML serializer</li>