Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The following page has been changed by GaryStewart:
http://wiki.apache.org/cocoon/StreamGenerator

------------------------------------------------------------------------------
  
  By aggregating several pipelines that start with a !StreamGenerator, you can 
process multiple documents in one go. You will have to wrap them in 
{{{<cinclude:parameter>}}} elements with different {{{<cinclude:name>}}}s.
  
- '''Note''': In Cocoon 2.1.6 there is a 
[http://issues.apache.org/bugzilla/show_bug.cgi?id=32491 bug in 
org.apache.cocoon.xml.XMLUtils]
+ '''Note''': In Cocoon 2.1.6 there is a 
[http://issues.apache.org/jira/browse/COCOON-1365 bug in 
org.apache.cocoon.xml.XMLUtils]
- which prevents cinclude from using the POST method. There is a fix, which 
hopefully will be applied soon.
+ which prevents cinclude from using the POST method. There is a fix, which was 
applied in 2.1.8.
  
  
  '''Note''': The cocoon: protocol cannot be used in {{{<cinclude:src>}}} , 
because {{{org.apache.cocoon.components.source.SourceUtil}}} limits is to using 
GET, and the StreamGenerator only accepts POST.