How to upload an XML file through JSP web interface and transform that XML using XSLT and return the HTML file for download.
1.) use the Commons File uploader from Apache to upload the document. 2.) use the Sax Transformer from saxon to transform the XML document. 3.) provied a link to the transformed document's location