On 2004.03.05, Ross Simpson <[EMAIL PROTECTED]> wrote:
> The inclusion (from within map_results.xsl):
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> version="1.0">
> <xsl:include  href="poi_list.xsl"/>

> and the error:
> couldn't open "map_results.xsl/poi_list.xsl": no such file or directory
>
> It seems that tdom is using the current node as the base uri.

Right.

> My questions are,
>  - is this desired behaviour?

Absolutely.  You gave a relative href, so it should be relative to the
current URI (which is "map_results.xsl" at the time of the include).

>  - if so, how can I get around it (and who desires it??) :)

<xsl:include  href="../poi_list.xsl"/>

?

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to