Hi,
First of all nice to see some usefull documentation for Cocoon3.0. The following underlined snippet seems wrong to me: A pipeline works based on two fundamental concepts: * The first component of a pipeline is of type org.apache.cocoon.pipeline.component.Starter. The last component is of type org.apache.cocoon.pipeline.component.Finisher. * In order to link components with each other, the first has to be a org.apache.cocoon.pipeline.component.Finisher, the latter org.apache.cocoon.pipeline.component.Producer. Shouldn't that be A pipeline works based on two fundamental concepts: * The first component of a pipeline is of type org.apache.cocoon.pipeline.component.Starter. The last component is of type org.apache.cocoon.pipeline.component.Finisher. * In order to link components with each other, the first has to be a org.apache.cocoon.pipeline.component.Producer, the latter org.apache.cocoon.pipeline.component.Consumer. Kind regards, Robby Pelssers
