Re: Summary of coverity bugs

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Summary of coverity bugs
Date: 2006-04-25 12:09:26
Message-ID: 1145966966.3553.65.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I wanted to make a link to the cvsweb interface but my XSLT skills
> wern't up to that apparently.

The following XSL fragment will do the trick for the cvsweb link:

<tr><th align="left">File</th><td>
<xsl:element name="a">
<xsl:attribute
name="href">http://developer.postgresql.org/cvsweb.cgi/<xsl:value-of
select="file"/></xsl:attribute>
<xsl:value-of select="file"/>
</xsl:element>
</td></tr>

Cheers,
Csaba.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bort, Paul 2006-04-25 12:29:25 Re: Google SoC--Idea Request
Previous Message Martijn van Oosterhout 2006-04-25 11:53:17 Summary of coverity bugs