[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: Hughes, Trystan <Trystan.Hughes_at_assetco.com>
Date: 2005-05-10 14:11:37 CEST

Ok, I have now put the files in the root of the server directory, and it works ! :) Thanks.
 
But what I was trying to do was to have the files in their corresponding Repository directory.
 
Tryst

        -----Original Message-----
        From: Branko Čibej [mailto:brane@xbc.nu]
        Sent: Tue 10/05/2005 12:22
        To: Hughes, Trystan
        Cc: users@subversion.tigris.org
        Subject: Re: XSLT Sample StyleSheets
        
        

        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
        
        

The views expressed in this e-mail are not necessarily the views of AssetCo Group Limited,
its directors, officers or employees make no representation or accept any
liability for its accuracy or completeness unless expressly stated to the contrary.
This e-mail, and any attachments are strictly confidential and intended for the addressee(s) only.
The content may also contain legal, professional or other privileged information. Unless expressly
stated to the contrary, no contracts may be concluded on behalf of AssetCo Group Limited by means of
e-mail communication. You may report the matter by calling us on +44 (0)118 906 8000.
Please ensure you have adequate virus protection before you open or detach any documents from this
transmission. AssetCo Group Limited does not accept any liability for viruses. AssetCo Group Limited
is registered in England: Company number: 4450947
Registered Office: Davidson House, Forbury Square, Reading, Berkshire RG1 3GA
Received on Tue May 10 14:11:08 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.