RE: [C2] Generator

2001-09-19 Thread Tony Goodwin
PROTECTED]] Sent: 06 August 2001 10:50 To: [EMAIL PROTECTED] Subject: Re: [C2] Generator A Cocoon Generator is a class that implements the org.apache.cocoon.generation.Generator interface. The best examples are Cocoon's existing generators, all in the generation package. You may want to start

Re: [C2] Generator

2001-09-17 Thread Sergio Carvalho
A Cocoon Generator is a class that implements the org.apache.cocoon.generation.Generator interface. The best examples are Cocoon's existing generators, all in the generation package. You may want to start by subclassing AbstractGenerator and building from there. There are better people out th

[C2] Generator

2001-08-06 Thread arnaud De-brem
Hi, does anyone knows where to find more documentation about Generator in Cocoon2? I want to make a new Generator. Does anyone do that ??? Where can I find examples or documentations ??? For my new Generator, I want to pass a new XML to the tag. This XML is create dynamically by the Generator

[C2] Generator

2001-08-03 Thread arnaud De-brem
Hi, does anyone knows where to find more documentation about Generator in Cocoon2? I want to make a new Generator. Does anyone do that ??? Where can I find examples or documentations ??? best regards Arnaud - Please check t