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

RE: XSLT Question

From: Hunkel, Manfred <M.Hunkel_at_t-systems.com>
Date: 2004-03-15 14:09:00 CET

Mauro,

Would you care to tell us which species of browser you're trying this with?

IE5.x does have its problems. Also, you might want to give the mailing list archive
another searching try. I (among others) had problems using XSLT et al., now solved,
and posted a few hints on how to go about this, even with IE 5.x.

Cheers,
-Manfred

-----Original Message-----
From: Mauro de Toledo Ribeiro [mailto:mribeiro@cpqd.com.br]
Sent: Monday, March 15, 2004 1:55 PM
To: users@subversion.tigris.org
Subject: XSLT Question
Importance: High

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

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