I am writhing some
servlets which allows users to store and retrieve information in MySQl database. I am using
TOMCAT 5.0.28 and
J2EE.
I have the following questions:
1-How can I put the result of SQL queries into a XML file and validate it? I have the DTD file.
2- How can I put XML and XSL files into an html response and send it to the browser? Browser will transform XML into HTML using my XSL file.
Can anybody explain to me or refer me to somewhere where I can find how to do those.
Thanks.
Jim