a92e209b6f305b912cb0564c27b9fd6c793ac8b8
[lttng-ust.git] / doc / man / xsl / manpage-links.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <!-- this template appends the URL to the external link text -->
3 <xsl:template match="ulink">
4 <xsl:apply-templates/><xsl:text> &lt;</xsl:text><xsl:value-of select="@url"/><xsl:text>&gt;</xsl:text>
5 </xsl:template>
6
7 <!-- this template emphasizes the internal link text -->
8 <xsl:template match="link">
9 <xsl:text>\fI</xsl:text><xsl:value-of select="."/><xsl:text>\fR</xsl:text>
10 </xsl:template>
11 </xsl:stylesheet>
This page took 0.028982 seconds and 3 git commands to generate.