Hello all,


A little question for thos who are more experienced in cocoon...

Is the request, the session, action results and all that jazz accessible from a pipeline invoked in a part iinside an aggregator? I need to pass a lot of parameters to several diferent generators and merge the result in my pipeline.. Any other way to do that?

For Example,

        <map:match pattern="blog/*">
                <map:generate src="blogs/{request.customer}/{1}.xml"/>
                <map:transform src="blog2html.xsl"/>
                <map:serialize type="xml"/>
        </map:match>
        
        <map:match pattern="">
                <map:aggregate prefix="site">
                        <map:part src="cocoon://blog/cuisine"/>
                        <map:part src="cocoon://blog/sailing"/>
                </map:aggregate>
                <map:transform src="main.xsl"/>
                <map:serialize/>
        </map>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to