Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
My app server is JBoss and I am developing xsl files that have many includes. I have not been able to use relative paths <xsl:include href=”/APP/xsl/test.xsl”> or <xsl:include href=”/xsl/test.xsl”> in my includes and just looking for some help if anyone knows how to solve this problem. Hard coding the path works examples <xsl:include href=”localhost:8080/APP/xsl/test.xsl”>. I also tried to build a variable with the path but the href complains about the namespace for the URI.