J
Jon Smith
I have an app that has some dynamic xsl files generated from jsp files. We
are calling transform to do the tranformation using xalan and specifying the
full URL to the JSP files (on same server) e.g.
http://myserver/myapp/jsp/transformXSL.jsp is there a way of specifying
these paths relatively. or calling a translator. not specifying the server
etc causes it to be interpreted as a file e.g. /myapp/jsp/transformXSL.jsp
fails with file:/myapp/jsp/transformXSL.jsp not found
Thanks
Jon
are calling transform to do the tranformation using xalan and specifying the
full URL to the JSP files (on same server) e.g.
http://myserver/myapp/jsp/transformXSL.jsp is there a way of specifying
these paths relatively. or calling a translator. not specifying the server
etc causes it to be interpreted as a file e.g. /myapp/jsp/transformXSL.jsp
fails with file:/myapp/jsp/transformXSL.jsp not found
Thanks
Jon