crossley 2003/06/20 22:24:55
Modified: src/documentation/xdocs/installing updating.xml Log: Keep source listings as narrow as possible. Revision Changes Path 1.10 +11 -11 cocoon-2.1/src/documentation/xdocs/installing/updating.xml Index: updating.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/installing/updating.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- updating.xml 21 Jun 2003 05:21:17 -0000 1.9 +++ updating.xml 21 Jun 2003 05:24:55 -0000 1.10 @@ -180,10 +180,10 @@ <map:components> ... <map:pipes default="caching"> - <map:pipe name="caching" - src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/> - <map:pipe name="noncaching" - src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/> + <map:pipe name="caching" + src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/> + <map:pipe name="noncaching" + src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/> </map:pipes> </map:components> ... @@ -194,15 +194,15 @@ </p> <source><![CDATA[ <map:sitemap> - ... - <map:pipelines> - <map:pipeline type="noncaching"> - <map:match pattern="welcome"> + ... + <map:pipelines> + <map:pipeline type="noncaching"> + <map:match pattern="welcome"> ... - </map:match> + </map:match> .. - </map:pipeline> - </map:pipelines> + </map:pipeline> + </map:pipelines> </map:sitemap> ]]></source> <p>This is similar to choosing the type of a generator or any other sitemap