RE: xsl:include's root is in Tomcat's root.

2003-01-14 Thread Geoff Howard
I am using xsl:include in 2.1dev (from about 12/7) and haven't seen the problem you're reporting. Geoff > -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 11:54 PM > To: [EMAIL PROTECTED] > Subject: Re:

Re: xsl:include's root is in Tomcat's root.

2003-01-13 Thread Niclas Hedhman
If the href starts with "cocoon" the href is relative to the including stylesheet, otherwise it is relative to "tomcat/webapps". EXCEPT, if I write "cocoon/../" then we have relative to "tomcat/webapps" again. This can't possibly be correct. Is this some side-effect of sitemap settings? Using

Re: xsl:include's root is in Tomcat's root.

2003-01-13 Thread Niclas Hedhman
On Tuesday 14 January 2003 12:31, Niclas Hedhman wrote: > I have a > > > > in the main XSL stylesheet, and I get the error message; > > java.io.FileNotFoundException: > /home/niclas/internus/bali/cocoon/jakarta-tomcat-4.0.3/connections.xsl (No > such file or directory) > > which I think is way off

Re: xsl:include's root is in Tomcat's root.

2003-01-13 Thread Niclas Hedhman
On Tuesday 14 January 2003 12:31, Niclas Hedhman wrote: > I have a > > > > in the main XSL stylesheet, and I get the error message; > > java.io.FileNotFoundException: > /home/niclas/internus/bali/cocoon/jakarta-tomcat-4.0.3/connections.xsl (No > such file or directory) I picked the wrong error me