[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: Thom May <thom_at_planetarytramp.net>
Date: 2003-05-09 11:55:43 CEST

* Robert (robertLinux@gmx.de) wrote :
> Am Donnerstag, 08.05.03 um 21:56 Uhr schrieb Branko ?ibej:
>
> >Two questions:
> >
> > * Does your browser support local XSLT processing?
> > * Did you edit your copy of svnindex.xsl to point to the correct
> >URL
> > for svnindex.css?
>
> from svnindex.xsl:
>
> <link rel="stylesheet" type="text/css"
> href="/usr/local/svn_xml_sheets/svnindex.css"/>
>
the href has to be a url also.
<link rel="stylesheet" type="text/css" href="/styles/svnindex.css">
assuming:
 SVNIndexXSLT "/styles/svnindex.xslt"
 

> 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 11:56:34 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.