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

How to modify example XSTL stylesheet

From: Mr Pekka Niiranen <pekka.niiranen_at_pp5.inet.fi>
Date: 2007-03-18 17:50:03 CET

Hello everybody,

how should I modify the example stylesheet "svnindex.xsl"
so that https: -access would show each file's revision and date too.

        For example (svn list --xml):

        <entry
           kind="file">
        <name>pekka2.txt</name>
        <size>0</size>
        <commit
           revision="2"> # This value should be shown(Pekka).
        <author>pekka</author>
        <date>2007-03-18T15:52:00.858738Z</date>
         # The date above should be shown too( Pekka).
        </commit>
        </entry>

I am using subversion v1.4.3

-pekka-

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 18 17:50:34 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.