Johannes,

the /resource/internal is meant for internal access only (check your sitemap) and is consequently not accessible from outside requests. The other location /resource/external is meant for external access (again check your sitemap.

Johannes Hoechstaedter wrote:
Hi everybody,

it seems to be a never ending story for me. Why can't I access my css file?

My style works when I put it in <style> tags, but when I try to acces by a xsl file (transform.xsl), nothing happens.

My block structure is as follows:

/sitemap
/resource/internal/style/style-main.css
/resource/tranform.xsl

I have the following code in transform.xsl:

<html>
               <head>
               <title>Cocoon App - Test 1.0</title>
<link rel="stylesheet" type="text/css" href="resource/internal/style/style-main.css" />
           </head>
                     <body>
.....

Can you help me? I have already tried an absolute path, but this doesn't work, too, this time. I am able to access it absolute by the browser.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Andre H. Juffer              | Phone: +358-8-553 1161
The Biocenter and            | Fax: +358-8-553-1141
    the Dep. of Biochemistry | Email: [EMAIL PROTECTED]
University of Oulu, Finland  | WWW: www.biochem.oulu.fi/Biocomputing/
NordProt                     | WWW: www.nordprot.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to