hi ypomonh,

try cocoon.processPipelineTo()

as documented (http://cocoon.apache.org/2.1/userdocs/flow/api.html)

regards,
johannes

ypomonh wrote:
Is it possible to pass the contents of a pipeline to a flow?

I tried:

       <map:pipeline>
           <map:match pattern="myflowurl">
               <map:call function="myflow">
<map:parameter name="someval" value="{cocoon:/somepipeline/element/stuff}"/>
               </map:call>
           </map:match>
       </map:pipeline>


but got error :(


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



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

Reply via email to