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

Apache 2 SVNIndexXSLT

From: Stephen Webb <spidey_at_dodds.net>
Date: 2004-03-26 07:08:51 CET

I do not know if this will help anyone. The following is a piece of my
configuration file in apache. I was having problems with people
complaining about older browsers not able to see my repo. I had used
xsltproc to preprocess the page.

I did not find anything like this in the Docs.

BrowserMatch MSIE xsltfilter
BrowserMatch "Mozilla/2" xsltfilter

ExtFilterDefine xslt mode=output enableenv=xsltfilter \
        intype=text/xml outtype=text/html \
        cmd="/usr/bin/xsltproc /var/www/svnindex.xsl -"

<Location /svn>
        SetOutputFilter xslt
        AddDefaultCharset utf-8
        DAV svn
        SVNPath /var/lib/svn
        SVNIndexXSLT "/svnindex.xsl"
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 29 18:01:50 2004

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

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