0 Replies Latest reply on May 6, 2005 9:28 AM by sorrentinov

    base URI cannot be resolved in XSL on JBoss 4.0.1

    sorrentinov

      Dear All,

      I've a web application that work fine in JBoss 3.2.5 but when I deploy it in JBoss 4.0.1 I receive the following error:

      javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: File not Found Exception /form-script-jsp.xsl

      the error is in a file xsl (form.xsl) that contain:

      <xsl:include href="/form-script-jsp.xsl"/>

      If I use the absolute path all work fine, but I'd like to continue with relative path. If I write:

      <xsl:include href="form-script-jsp.xsl"/> (without /) JBoss focus on bin directory of JBoss Home.

      Howewer form.xsl and form-script-jsp.xsl are in the same directory (the root of web application) and I don't know how I can resolve this problem

      Thanks in advance
      Vincenzo Sorrentino