This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

<xsl:import> problems


Hello all,

    I'm sorry for the duplication here.  I sent this earlier this week and
have yet to find a solution for it.  Can anybody help me out here?  Thank
you.

I am trying to use an import statement in a stylesheet that is in a
"\tomcat\webapps\ROOT\web\xslDocs" folder. The stylesheet that I want to
import is also in that directory. It is my understanding that the import
statement:

<xsl:import href="category_admin.xsl"/>

will look for the "category_admin.xsl" stylesheet relative to the importing
stylesheet. Yet when I run this through the processor (Xalan 1.0.3) I get a
file not found error:

File not found "\tomcat\bin\category_admin.xsl" ...It appears to be looking
in the

directory that's not relative to the importing stylesheet but relative to
the jre. I looked at the XSL archives and there was some mention of setting
the system id for a problem similar to this? Does anybody know what that's
about and how to do it?

Thank you very much.

-Ryan Daigle



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]