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

RE: Apache 2 SVNIndexXSLT

From: Ivan Demkovitch <idemkovitch_at_hotmail.com>
Date: 2004-03-29 18:06:20 CEST

Stephen,

where do you placed this:

>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 -"

In Apache config file?

Also, I had to do full path "http://,," for my XSLT to get it working.
I also had to modify XML and include full path to CSS..

>From: "Stephen Webb" <spidey@dodds.net>
>To: users@subversion.tigris.org
>Subject: Apache 2 SVNIndexXSLT
>Date: Fri, 26 Mar 2004 00:08:51 -0600
>
>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
>

_________________________________________________________________
Get rid of annoying pop-up ads with the new MSN Toolbar – FREE!
http://toolbar.msn.com/go/onm00200414ave/direct/01/

---------------------------------------------------------------------
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:13:05 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.