70e44e184ab1b1a9f0ee5764c6040b06c652ec43
[lttng-ust.git] / doc / man / xsl / manpage-headings.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <!-- this template cancels the style of literal elements in title elements -->
3 <xsl:template match="title/literal">
4 <xsl:value-of select="."/>
5 </xsl:template>
6 </xsl:stylesheet>
This page took 0.029261 seconds and 3 git commands to generate.