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

[PATCH] XSLT output filter enhancement

From: Edward Rudd <eddie_at_omegaware.com>
Date: 2004-05-13 04:05:23 CEST

This patch adds support for subversion to use an output filter to
translate the XML output via the XSLT filter instead of having the
browser translate the document (of which few currently can).

This patch is against subversion 1.0.2 and tested with mod_transform
(http://svn.outoforder.cc/svn/mod_transform/)
An official release of mod_transform will be available sometime this
week at http://www.outoforder.cc/projects/apache/

The patch adds one extra apache configuration command
"SVNIndexXSLTFilter" that takes one string argument which is the name of
output filter to be added after a directory GET request in mod_dav_svn.

Eg.

SVNIndexXSLTFilter XSLT
SVNIndexXSLT /var/www/html/svnindex.xsl

mod_transform requires that the mediaType int he <xsl:output> node be
set to text/html so that the correct Content-Type is set for the
web-browser.

-- 
Edward Rudd <eddie@omegaware.com>
Website http://www.outoforder.cc/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu May 13 04:11:08 2004

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.