[xsl] using xsl:import or document() in a stylesheet that is embeded in a JAR

Subject: [xsl] using xsl:import or document() in a stylesheet that is embeded in a JAR
From: Georges Schmitz <georges.schmitz@xxxxxxxxx>
Date: Thu, 20 Jul 2006 14:53:24 +0200
Hi,

I've created a set of modular stylesheets using xsl:import. I also make use of the document() function to load an external file for look-up purpose. Now I delivered the stylesheets to our Java developer to include them in a webstart client and he tells me, that it is not possible to use xsl:import or document() in a JAR, even while using relative paths.

I'm not a Java developer, but can someone point me to an appropriate documentation or older post, so I'm able to forward this information to our developer.

Thanks,
Georges

PS
I'm using saxon8

Current Thread