Re: XSLT Sample StyleSheets
From: Hunkel, Manfred <M.Hunkel_at_t-systems.com>
Date: 2005-05-10 13:32:05 CEST
| -----Ursprüngliche Nachricht-----
I did, for one ;-)
|
I doubt you did. The path you supply via SVNIndexXSLT will appear literally in the
Example: I put the stylesheets (both, xslt and css) into a directory called 'layout'
SVNIndexXSLT "/layout/svnindex.xsl"
which resurfaces as
<?xml-stylesheet type="text/xsl" href="/layout/svnindex.xsl"?>
in the XML-file delivered by SVN. "/layout/svnindex.xsl" is the stylesheeet requested
As part of the transformation, svnindex.xsl produces the following line in the
<link rel="stylesheet" type="text/css" href="/layout/svnindex.css" />
again referring to the correct path where svnindex.css can be found.
Hope this helps...
;-) -Manfred
---------------------------------------------------------------------
|
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.