Re: Newbie: Generate an xml-stream

2006-03-14 Thread Laurie Harper
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 proce

Newbie: Generate an xml-stream

2006-03-13 Thread Jonny Becker
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? Thank