Hi I would like to know which tool would be the most suitable one for generating reports in HTML. Current we are having a sandalone GUI application written in java swing. We need to add reporting capablity to this application. We are currently using velocity to generate reports in html. The data for generation of reports comes from xml. Currently we are passing the dom4j object into the vm(velocity template) file, using dom4j object we retrieve data from xml and display the data in an html file. Now we are planning to shift over to other technologies apart from velcoity. Since the macro scripts are getting larger and we cannot refactor these into a more object orietented approach.
I would like to know which tool suits best to my requirement.
I would be great help, if you are able to help me in finding an appropriate tool.