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

Re: Problems with SVNIndexXSLT

From: Hannes Erven <hannes_at_erven.at>
Date: 2007-02-21 12:21:13 CET

Hi Ryan,

> <xsl:copy-of select="document(' http://localhost/blah.html'
> )" />

The XSL file is not processed by subversion or the web server, but by
the Web Browser you are using. If you look at the source, you can verify
this with your setup - if you're seeing a

<?xml-stylesheet type="text/xsl" href="/svnindex.xsl"?>

line, the XSL file is only referenced, not executed.

So, if the referenced blah.html file is not reachable from the CLIENT
with "http://localhost/blah.html", this won't work. If however you
replaced the address with whatever URL you are able to access the
blah.html file from your web browser, it should work.

Hope that helps,

        -hannes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 12:21:32 2007

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.