36dff92ee0af94456f0cdb3d96cca79f2b2fe1c6
[lttng-ust.git] / doc / man / xsl / manpage-bold-literal.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <!-- this template makes the literal elements bold -->
3 <xsl:template match="literal">
4 <xsl:text>\fB</xsl:text>
5 <xsl:value-of select="." />
6 <xsl:text>\fR</xsl:text>
7 </xsl:template>
8 </xsl:stylesheet>
This page took 0.028738 seconds and 3 git commands to generate.