aurelien.dehay@sncf.fr (DEHAY Aurélien) writes:
[...]
Seems it was not obvious. Well. Let's try again.
Cocoon v1.7.4 & Apache 1.3.12
In my xml file, I've got the following line:
<?xml-stylesheet href="/styles/xsl/document.xsl" type="text/xsl"?>
/styles/ is an apache alias on /developpement/commun/styles/.
When I want to view the page via a browser, I've got the following
error:
« File "file:/developpement/sources/htdocs/styles/xsl/document.xsl" not
found. »
Why does Cocoon search for a "File:/" ??. When I put, instead of
/styles/xsl/document.xsl, http://sources:8080/styles/xsl/document.xsl (i.e. the http path
of the xsl file), it works.
How can I get Cocoon to seach via the web server instead of serching
the file himself?
--
Aurélien
|