Jonny Becker wrote:
Hi,

I'm a toatal newbie to Struts.

Aim:
I want to generate an xml-stream that I'll use for pdf-generation using FOP.

Questions:
- How generate the xml-stream the best way? Can I use xml-templates and insert my data somehow?
- In general: Is there a tutorial how to proceed in this case?

Just produce XML from your JSPs (or whatever type of view you prefer). Don't forget to also set the content type of the response appropriately.

L.


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

Reply via email to