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

RE: Displaying a README

From: Boris <boris_at_kafana.org>
Date: 2004-04-05 20:00:07 CEST

> > Another solution is using the XSLT parameter. You can then customize
> > what the repository looks like in the browser (and thus add the comment
> > you want)
> Sounds good. But then the readme would be there for every level of the
> repository? I would like to restrict the readme to only be visible in
> the root of each repository. Is that possible with XSLT?

You can probably have something like this inside of the SVN xsl file:

<xsl:if test="string(index/@path) = '/'">
   <xsl:text>My readme text</xsl:text>
</xsl:if>

- Boris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 5 20:01:57 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.