You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Bhavya Sharma <bh...@gmail.com> on 2006/08/01 10:03:12 UTC

aggregate

Hi
how can i do aggregate in cocoon,specially i have done following for
aggregation but it does 'nt show any thing

<map:pipeline>

<map:match pattern="search">

<map:aggregate element="search">
<map:part src="searchdata.xml"/>
<map:part src="search.xml"/>
</map:aggregate>

<map:transform type="xslt" src="search.xsl"/>
<map:serialize type="html"/>

</map:match>


</map:pipeline>
-- 
Thank you,
Bhavya Sharma