Page: http://wiki.cocoondev.org/Wiki.jsp?page=Pipeline , version: 8 on Sat Aug 
23 19:14:25 2003 by JoergHeinicke

- * map:generate -- Defines sfsfsfs] 
+ * map:generate -- Defines the [generation|Generator] step 
+ * map:aggregate, map:part -- Defines an alternate generation step by merging 
pipelines 
+ * map:transform -- Defines zero or more [transformation|Transformer] steps 
+ * map:serialize -- Defines the final [serialization|Serializer] step
+ * map:handle-errors -- [Error Handling] 
- sdf
+ !Types of Pipeline
+ 
+ * Normal pipelines
+ * Internal pipelines -- can't be accessed externally, can only be addressed 
from within a sitemap. Specified by {{internal-only="true"}} attribute on 
{{map:pipeline}}
+ * Resource pipelines -- basically normal pipelines that act as reusable 
definitions that can be called by others. See [Resources]
+ * Error pipelines -- defined within {{handle-errors}} section. Fixed error 
Generator which is provided automatically by Cocoon, subsequent processing 
under user definition. See [ErrorHandling]
+ 


Reply via email to