066292149e685c46ce1917cf9dd627321ee02e02
[lttng-tools.git] / doc / man / xsl / manpage-links.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <xsl:template match="ulink">
3 <xsl:apply-templates/><xsl:text> &lt;</xsl:text><xsl:value-of select="@url"/><xsl:text>&gt;</xsl:text>
4 </xsl:template>
5 <xsl:template match="link">
6 <xsl:text>\fI</xsl:text><xsl:apply-templates/><xsl:text>\fR</xsl:text>
7 </xsl:template>
8 </xsl:stylesheet>
This page took 0.02855 seconds and 3 git commands to generate.