Re: stream in flowscript [SOLVED]

2005-02-25 Thread luca morlando
Leszek Gawron wrote: or do the following: importClass( Packages.org.apache.excalibur.source.SourceResolver ); importClass( Packages.org.apache.excalibur.source.Source ); importClass( Packages.org.apache.cocoon.components.source.SourceUtil ); importClass( Packages.org.apache.cocoon.xml.dom.DOMUtil )

Re: stream in flowscript

2005-02-25 Thread Leszek Gawron
Conal Tuohy wrote: luca morlando wrote: I've the following problem with Control Flow: I was able to read a stream in the sitemap using ... 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:

RE: stream in flowscript

2005-02-24 Thread Conal Tuohy
luca morlando wrote: > I've the following problem with Control Flow: > I was able to read a stream in the sitemap using pattern="*/getSomething"> > > > > > ... > > > > But now I need to read the same stream into flowscript > function and I don't know how to do that! > >

stream in flowscript

2005-02-24 Thread luca morlando
Hi list, I've the following problem with Control Flow: I was able to read a stream in the sitemap using ... 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: but ... how to post stream?