You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by luca morlando <lu...@b-k.it> on 2005/02/24 17:13:24 UTC

stream in flowscript

Hi list,
I've the following problem with Control Flow:
I was able to read a stream in the sitemap using
<map:match pattern="*/getSomething">
   <map:generate type="stream">
        <map:parameter name="defaultContentType" value="text/xml"/>
   </map:generate>
 
...

</map:match>

But now I need to read the same stream into flowscript function and I 
don't know how to do that!

I wrote this in sitemap:
<map:match pattern="*/getSomething">
      <map:call function="main">
     <map:parameter name="request" value="I'm able to give you a 
parameter but not a stream!"/>
      </map:call>
    </map:match>

but ... how to post stream?

Thank you very much for any advice on this.
Luca


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org