Use Jasper to create a plain XML export of a database

zorlig

New Member
So far I know you can export a Jasper Report to XML. In my Java application, I want to export the contents of a MySQL database to an XML file, without any of the JasperReport tags (layout etc.) in it. I thought of using Jasper so one can choose which tables, fields etc. will be exported via the jrxml file without changing the java code. Is it possible to let Jasper export a plain XML representation of the database without any style and layout information? If so, how?Thanks!
 
Back
Top