Chris Chesney wrote:
> I need to write a reporting application that obtains data from
> multiple services, transforms it and returns it as HTML.  The services
> are servlet based and accept an XML document as input and returns an
> XML document as output.  Some of the output from one service call will
> be used as input in another service call.
> 
> Can anyone tell me what generator(s) I would use to accomplish this,
> or do I need to write one myself?  Sorry if this is obvious – I’ve
> spent a couple days searching, but can’t find the answer.

When the input to Cocoon is XML or proper XHTML then use
FileGenerator. If the input is HTML then use HTMLGenerator.
Don't use the wrong one or you will get very strange results.

--David



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

Reply via email to