I want to generate xml from database using JSP. I found a link which generate xml file from a form but i want to genarate it using mysql database.
1 Answer
The only way you can generate XML from a MySQL database is by writing a stored procedure. There an interesting article here that shows how it can be done.