Re: [xsl] importing/including a stylesheet

Subject: Re: [xsl] importing/including a stylesheet
From: florian <csshsh@xxxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2003 21:38:44 +0200

On Mittwoch, Juni 4, 2003, at 09:16 Uhr, Robert Koberg wrote:


Hi,

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of florian
Sent: Wednesday, June 04, 2003 11:02 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx

hi!

i would like to include/import a stylesheet with a path given from the
directory of the stylesheet file which is doing the import/including..

is there any way to do that?

basically im having a java web application which runs inside a
servlet container...

any hints on how to do that?

By default it will be relative to the file rather than the directory. Does
that help?

it would... but when i deploy the app in jboss its always relativ to my jboss directory..

if i have

myApp/WEB-INF/xsl/main.xsl

and

myApp/WEB-INF/xsl/foo.xsl

and import 'foo.xsl' from within main.xsl.. it wouldnt find foo.xsl, since
it would look for a foo.xsl in the jboss root directory.




XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread