You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2004/06/03 10:08:55 UTC

[flowscript] Process a pipeline

Hi,

I'd like to process a pipelineb but I don't know the method to do that.


For example :

function index (){

--> process  the pipeline. What should I write ?

cocoon.sendPage(index.html);
}

Thanks

Lionel CRINE
Ingénieur Systèmes documentaires
Société : 4DConcept
22 rue Etienne de Jouy 78353 JOUY EN JOSAS
Tel : 01.34.58.70.70 Fax : 01.39.58.70.70


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


Re: [flowscript] Process a pipeline

Posted by Lionel Crine <cr...@4dconcept.fr>.
Thanks, I found it.
I docs is quite difficult to find.

Sorry, was an easy question.

At 12:54 04/06/2004 +0200, you wrote:
>On 03.06.2004 15:02, Stephan Coboos wrote:
>
>>Maybe cocoon.processPipelineTo() is what you need?
>
>But have the comments at 
>http://wiki.cocoondev.org/Wiki.jsp?page=FOM_Cocoon in mind. 
>PipelineUtil.processPipelineToXYZ() is probably the better choice.
>
>Joerg
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
>For additional commands, e-mail: users-help@cocoon.apache.org

Lionel CRINE
Ingénieur Systèmes documentaires
Société : 4DConcept
22 rue Etienne de Jouy 78353 JOUY EN JOSAS
Tel : 01.34.58.70.70 Fax : 01.39.58.70.70


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


Re: [flowscript] Process a pipeline

Posted by Joerg Heinicke <jo...@gmx.de>.
On 03.06.2004 15:02, Stephan Coboos wrote:

> Maybe cocoon.processPipelineTo() is what you need?

But have the comments at 
http://wiki.cocoondev.org/Wiki.jsp?page=FOM_Cocoon in mind. 
PipelineUtil.processPipelineToXYZ() is probably the better choice.

Joerg

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


Re: [flowscript] Process a pipeline

Posted by Stephan Coboos <cr...@gmx.net>.
Maybe cocoon.processPipelineTo() is what you need?

Regards
Stephan

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


Re: [flowscript] Process a pipeline

Posted by Luca Morandini <lu...@tin.it>.
Lionel Crine wrote:
> Hi,
> 
> I'd like to process a pipelineb but I don't know the method to do that.
> 
> 
> For example :
> 
> function index (){
> 
> --> process  the pipeline. What should I write ?
> 
> cocoon.sendPage(index.html);
> }

Hmm... this just sends index.html to the client (psst... you forgot to 
enclose index.html with quotes); but, if you want to process pipeline's 
results within the flow you should use processPipelineTo.

Regards,

---------------------------
      Luca Morandini
    lmorandini@ieee.org
http://www.lucamorandini.it
---------------------------


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