Re: [xsl] Import HREF

Subject: Re: [xsl] Import HREF
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 10 Jun 2003 12:00:04 -0600 (MDT)
Karl J. Stubsjoen wrote:
> Hello,
> 
> With xsl:import... the following HREF specification resolves to a file in my
> utility folder off of my root directory:
> href="../../../utility/dbXMLContent_T.xsl"
> 
> I don't believe this can be written as:
> href="//utility/dbXMLContent_T.xsl"
> 
> But is there any other way to get to the root folder of the web page?

Without getting into the specifics of how URIs work, and assuming
you're using this in a fairly ordinary context,

  /utility/dbXMLContent_T.xsl

should work just fine. Can you be more specific about your folder hierarchy
and what you're trying to accomplish / what is failing?

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


Current Thread