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

XSLT Question

From: Mauro de Toledo Ribeiro <mribeiro_at_cpqd.com.br>
Date: 2004-03-15 13:55:14 CET

Hi everybody !

I´m trying to use subversion´s XSLT funcionality to give interface a better look, but instead when I define a path in "httpd.conf" for "SVNIndexXSLT" variable, the output trows an XML error with the following text:

" The XML page cannot be displayed Cannot view XML input using XSL style sheet.(...) The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document"

My <Location> in httpd.conf is like below:

"/util " is a location that webserver CAN access for sure...

And "svnindex.xsl" is the same as in tools/etc/ subversion´s repository. (Both svnindex.xsl and snvindex.css)

<Location /svn/componentes>
  DAV svn
  SVNPath D:\Repository\componentes
  AuthType SSPI
  AuthName "Repositorio de Componentes CPqD/DSIN"
  SSPIAuth On
  SSPIAuthoritative On
  SSPIDomain AQUARIUS
  SSPIOfferBasic On
  SVNIndexXSLT "/util/stylesheet/svnindex.xsl"
  #SSPIBasicPreferred On
  Require valid-user
  AuthzSVNAccessFile D:\WebServer\Apache2\conf\svn.conf
</Location>

Any hint about how to configure css and xsl files will help. Thanks to all !!

Mauro Ribeiro

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 15 13:56:36 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.