Hey i am trying to develop a java servlet which transform use an xsl to transform a xml file.
I need to provide the servlet a parameter "http://localhost/MyTransform?docName=Chapter&sheetName=Format" but i wonder where should i place the xsl and xml file so that the server can retrieve it...