> 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.



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to