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: Tue, 25 Apr 2006 14:09:26 +0200
- Message-id: <1145966966(dot)3553(dot)65(dot)camel(at)coppola(dot)muc(dot)ecircle(dot)de>
> 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.
Home |
Main Index |
Thread Index