Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 97171 invoked from network); 11 Oct 2003 02:08:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Oct 2003 02:08:54 -0000 Received: (qmail 64694 invoked by uid 500); 11 Oct 2003 02:08:33 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 64665 invoked by uid 500); 11 Oct 2003 02:08:32 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 64652 invoked from network); 11 Oct 2003 02:08:32 -0000 Received: from unknown (HELO www2.kc.aoindustries.com) (65.77.211.84) by daedalus.apache.org with SMTP; 11 Oct 2003 02:08:32 -0000 Received: from dialup-16.146.220.203.acc01-aubu-gou.comindico.com.au (dialup-16.146.220.203.acc01-aubu-gou.comindico.com.au [203.220.146.16]) (authenticated) by www2.kc.aoindustries.com (8.11.6/8.11.6) with ESMTP id h9B28ld10884 for ; Fri, 10 Oct 2003 21:08:47 -0500 Subject: Re: windows vs. file protocol paths From: David Crossley To: dev@cocoon.apache.org In-Reply-To: <3F876393.4040504@virbus.de> References: <3F876393.4040504@virbus.de> Content-Type: text/plain Organization: Message-Id: <1065838113.1900.18382.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 11 Oct 2003 12:08:35 +1000 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joerg Heinicke wrote: > > uri-prefix="jh"/> > > > finds the sitemap and searches for referenced stylesheets in this > sitemap relative to *D:/xml* and so *finds* the stylesheets. > > > > > > finds the sitemap and searches for referenced stylesheets in this > sitemap relative to *webapp's context* and *does not find* them. > > I don't know if this is a new "feature", but at least the behaviour > should be consistent: either Windows paths are allowed (and do work) or > not. I guess somebody knows where to fix it? > > Joerg Nothing new, it has always been like that - you must use file:// URLs See explanation here: http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html#File%3A+URLs --David