You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stephen Webb <sp...@dodds.net> on 2004/03/26 06:08:51 UTC

Apache 2 SVNIndexXSLT

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