See also:


This is a list of feature requests. If you want, you can pickup an item of the list and work on it and help making Cocoon even better!

<map:match pattern="*/*/framework">
  <map:aggregate element="root">
    <map:part> <!-- No need to go look up what this part does. -->
      <map:generate src="docs/foo.xml" />
      <map:transform src="transforms/bar.xsl" />
    </map:part>
    <map:part src="cocoon:/roles/{1}/{2}" />
  </map:aggregate>
  <map:transform type="cinclude" />
  <map:serialize />
</map:match>