in the title.
so if <tip><title>foo</title></tip>, you get
Tip: foo
<xsl:apply-templates/>
</xsl:template>
+<xsl:template match="tip">
+ <xsl:text> .RS .Sh "Tip</xsl:text>
+ <xsl:if test="title">
+ <xsl:text>: </xsl:text>
+ <xsl:value-of select="title[1]"/>
+ </xsl:if>
+ <xsl:text>" </xsl:text>
+ <xsl:apply-templates/>
+ <xsl:text> .RE </xsl:text>
+</xsl:template>
+
<xsl:template match="refsect1">
<xsl:text> .SH "</xsl:text>
<xsl:value-of select="translate(title[1],'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>