[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: XML Output

From: Robert <robertLinux_at_gmx.de>
Date: 2003-05-09 15:45:05 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.