doc/man: xsl: add <URL> after ulink text
[lttng-tools.git] / doc / man / xsl / manpage-ulinks.xsl
index 5e4b794639060ba5bb15e86261621d89e2602e22..066292149e685c46ce1917cf9dd627321ee02e02 100644 (file)
@@ -1,5 +1,8 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     <xsl:template match="ulink">
-        <xsl:apply-templates/>
+        <xsl:apply-templates/><xsl:text> &lt;</xsl:text><xsl:value-of select="@url"/><xsl:text>&gt;</xsl:text>
+    </xsl:template>
+    <xsl:template match="link">
+        <xsl:text>\fI</xsl:text><xsl:apply-templates/><xsl:text>\fR</xsl:text>
     </xsl:template>
 </xsl:stylesheet>
This page took 0.024814 seconds and 4 git commands to generate.