I have a simple web application under websphere5. Under appDir\WEB-INF\classes\
I have these files:
main.xslt
templates.xslt
main.xslt
contains the instruction
<xsl:import href="templates.xsl" />
but the application fails when main.xslt
is used in Java code. How should I specify the path to imported XSL files if they all are in the same folder (WEB-INF\classes\
)?
Text of exception:
java.io.FileNotFoundException: d:\Program Files\WebSphere\AppServer1\templates.xsl (The system cannot find the file specified. )