Re: [xsl] document()

Subject: Re: [xsl] document()
From: "Gabriel K." <gabriel.klappenbach@xxxxxxxxxxxx>
Date: Sun, 7 Nov 2004 17:57:34 +0100
I tried that, and also absolute path: document('mickel/XML/source.xml')
If you read my other posts, not even when the XML files resides in
/mickel/XSL/PC/XML/ it works. Of course then I use
document('XML/source.xml') instead.

I get the same error all the time, "can't find the path", or "can't find object".
So I find this error very strange.


You browse the files I have at http://gabbah.no-ip.org/mickel/

I try to open http://gabbah.no-ip.org/mickel/XML/paths.xml
in http://gabbah.no-ip.org/mickel/XSL/PC/shared_variable.xsl
and
http://gabbah.no-ip.org/mickel/XSL/PC/search.xsl
(they are xsl:variables at the near the top)

Transformation in the ASP script starts at http://gabbah.no-ip.org/mickel/XSL/PC/pc-templates.xsl

I'm stuck.. All folders below wwwroot I have given read permissions to user "everyone"... so it can't be that can it?
If you have any more questions please ask, if you think it would help you help me. :)


/Gabriel


----- Original Message ----- From: "Michael Kay" <mike@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Sunday, November 07, 2004 5:31 PM
Subject: RE: [xsl] document()




The XSL file resides here (under the web root): /mickel/XSL/PC/

and the XML file resides here (under the web root);
/mickel/XML


I would expect document('../../XML/source.xml') to work.


Michael Kay
http://www.saxonica.com/

Current Thread