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

better xsl files?

From: Jeff D. Hamann <jeff.hamann_at_forestinformatics.com>
Date: 2005-12-08 18:58:56 CET

I've finally gotten svn to work on my new server and it's really cool...
even got the email hooks working...

I would like to be able to allow users to look at the not only the revision
and name of the repos (using https), but let them see the revision of the
specific file and the last user to commit using the xsl files. It that
possible? Since I'm a newbie (moving from cvs on a FreeBSD 4.4 server to the
new fangled svn+freebsd6+https+mod_ssl+blah+blah_blah), I don't know much
about xml and the like. I think the peice of "code?" I need to mod is
located in the svnindex.xsl file near:

  <xsl:template match="file">

    <div class="file">

      <xsl:element name="a">
        <xsl:attribute name="href">
          <xsl:value-of select="@href"/>
        </xsl:attribute>
        <xsl:value-of select="@name"/>
      </xsl:element>

    </div>
    <!-- xsl:apply-templates/ -->
  </xsl:template>

any help would be greatly appreciated.

Is there a repos that contains a set of xsl files to use/modify out there? I
didn't see much when searching google, but I figured that's because I didn't
know what I was looking for yet...

thanks again,
jeff.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 8 19:16:58 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.