[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-08 09:56:09 CEST

Am Mittwoch, 07.05.03 um 16:20 Uhr schrieb Blair Zajac:
>

> SVNIndexXSLT is a URL that is downloadable by your browser, such as
>
> http://svn.orcaware.com/svnindex.xsl
>
> Best,
> Blair
>
Still the same error, empty page on localhost but Konqueror client on a
different computer wants to download and open the XML file in
KXMLEditor.

My httpd config looks like:

snip
DocumentRoot "Datenquelle/root_public_html"
Alias /css/ "/usr/local/svn_xml_sheets/"
snip
# Own additions for subversion cvs:
       <Location /svn/repos>
           DAV svn
           SVNPath Datenquelle/subversion_cvs_repository
           SVNIndexXSLT "http://192.168.1.10:65535/css/svnindex.xsl"
           SetOutputFilter DEFLATE
       </Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 8 09:57:05 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.