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

Re: XSLT Sample StyleSheets

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-10 13:22:37 CEST

Hughes, Trystan wrote:

>Hi all,
>
>I am trying the online sample XML Stylesheets (.XSLT files) that are available through the online Tigris repository, but am having the following error message...
>
>Error loading stylesheet: A network error occured loading an XSLT stylesheet:http://develcad1:8080/svn/DotNet/svnindex.xsl
>
>Has anyone got this sample stylesheet to work, or is there any editting of the file that needs done (as it may possibly be a directive in the .XSL file that is causing the error).
>
>I have put the following directive into my Apache httpd.conf file...
>
> SVNIndexXSLT "svnindex.xsl"
>
>...and I have placed the svnindex.xsl and svnindex.css files in the correct directory.
>
>
No, you haven't, because you used a relative URL in the SVNIndexXSLT
directive. It should be "/svnindex.xslt" (note the leading slash). I bet
if you type the URL from your error message above into your browser,
you'll get a 404.

If you don't want to have svnindex.xsl in the root of your server, you
can move it elsewhere, but make sure that the reference to svnindex.css
in the .xsl file is correct.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 10 13:25:11 2005

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.