RE: Question on generators...

2003-03-03 Thread SriKumar Kareti
Geoff, Thanks. Got it working with minimal effort. Kumar. -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Friday, January 31, 2003 9:48 PM To: [EMAIL PROTECTED] Subject: RE: Question on generators... Then yes, you can reuse it - but you should be aware that it&#

RE: Question on generators...

2003-01-31 Thread Geoff Howard
:08 PM > To: [EMAIL PROTECTED] > Subject: RE: Question on generators... > > > > Geoff, > > I was creating String... > > thx... > > -Original Message- > From: Geoff Howard [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 12:28 PM > To: [EMA

RE: Question on generators...

2003-01-31 Thread SriKumar Kareti
Geoff, I was creating String... thx... -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:28 PM To: [EMAIL PROTECTED] Subject: RE: Question on generators... This all depends on what you were doing in your class. Were you creating xml

RE: Question on generators...

2003-01-31 Thread Geoff Howard
This all depends on what you were doing in your class. Were you creating xml? If so, DOM, SAX or String? Geoff > -Original Message- > From: SriKumar Kareti [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 10:21 AM > To: [EMAIL PROTECTED] > Subject: Question on generators... >

RE: Question on generators...

2003-01-31 Thread SriKumar Kareti
Thank you Lionel, I will try it out. -Original Message- From: Lionel Crine [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:42 AM To: [EMAIL PROTECTED] Subject: Re: Question on generators... Yes you can do a generator : Here is what I did, this is a main structure

Re: Question on generators...

2003-01-31 Thread Lionel Crine
Yes you can do a generator : Here is what I did, this is a main structure : import your_package; public class your_class extends ComposerGenerator (or absctractGenerator) { ... public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws Process