Hi,
am I right that I can handle an arbitrary number of outputs by overriding createOutput in ProcessorImpl? Is it right that my processor should then extend ProcessorImpl directly (and not SimpleProcessor)?
Martin, yes, this is correct. Note that you can also have more than one output by extending SimpleProcessor by implementing multiple generateSomething() methods (e.g. generateFoo and generateBar if you want to have two outputs "foo" and "bar").
Alex
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
