Velocity - Struts- XML

2009-02-08 Thread Sathish Jayapal
I have an application that uses struts actions rendering some information and template's body content is from a XML file. I'm not sure how to go about merging XML information along with struts actionform. I tried various examples to get some information. I was able to velocity working for

Re: Velocity - Struts- XML

2009-02-10 Thread Nathan Bubna
VelocityTools 2 has an XmlTool. Even if that doesn't fit your particular need, the source code for it shows how to load an xml file into a dom object and use the data that way. On Wed, Feb 4, 2009 at 5:26 AM, Sathish Jayapal wrote: > I have an application that uses struts actions rendering some