Am Freitag, 09.05.03 um 11:55 Uhr schrieb Thom May:
> the href has to be a url also.
> <link rel="stylesheet" type="text/css" href="/styles/svnindex.css">
> assuming:
> SVNIndexXSLT "/styles/svnindex.xslt"
>
Mozilla 1.2.1 (Mozilla/5.0, X11, U, Linux i686)
delivers an empty page in dark grey and Safari on localhost keeps
delivering an empty page.
IE 5.22 Macintosh gives a pop-up that it doesn't understand the
protocoll)
In svnindex.xsl:
<link rel="stylesheet" type="text/css" href="/css/svnindex.css"/>
I even tried
<link rel="stylesheet" type="text/css"
href="192.168.1.10:65535/css/svnindex.css"/>
and
<link rel="stylesheet" type="text/css"
href="http://192.168.1.10:65535/css/svnindex.css"/>
In httpd.conf:
Alias /css/ "/usr/local/svn_xml_sheets/"
# and
# Own additions for subversion cvs:
<Location /svn/repos>
DAV svn
SVNPath /Volumes/Datenquelle/subversion_cvs_repository
SVNIndexXSLT "http://192.168.1.10:65535/css/svnindex.xsl"
SetOutputFilter DEFLATE
</Location>
>> How can I determine if this is a problem by the browser? Which browser
>> is known to work on linux? Or macs? no windows, sorry.
>>
> Mozilla/Phoenix/Firebird/Galeon/Camino work fine.
> see http://svn.clearairturbulence.org/apache2/ for a working example.
> Cheers
> -Thom
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 9 20:11:37 2003