xsl-list
[Top] [All Lists]

Re: Import HREF

2003-06-10 11:00:04
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



<Prev in Thread] Current Thread [Next in Thread>