facebook

xsl: include href="relativePath" problems

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238944 Reply

    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.

    #238996 Reply

    Riyad Kalla
    Member

    David,
    Can you give us a better idea of the layout of your project, maybe the preceeding / slash in your path is causing the problem.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: xsl: include href="relativePath" problems

You must be logged in to post in the forum log in