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]
