Depends if you really you want to write a generator here. If the data that your CGI produces needs to be further "transformed" then i would use a generator yes. If it's "transforming" previously generated data then you would write a transformer. If the cgi script is just to be called on its own (ie it's the begin and endpoint of your request) then you could just write a serializer and call your cgi in endocument() or something.

just my 0,05€

Jorg

Ulrich, Dominik wrote:

Hi
I ran across a similar problem recently.
Since I'm very new to cocoon and absolutely not able to write a generator,
I simply used a redirect to the cgi location.
This is somehow not the best way, but it's working fine for me.
ciao
Dominik


-----Ursprüngliche Nachricht----- Von: rufio [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. Dezember 2003 18:28 An: [EMAIL PROTECTED] Betreff: external executables


Hi!


I'm looking for way to run a program using CGI.
I probably could write a generator to do that but maybe there is one already?

Regards, Rufio

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



Reply via email to