]> granicus.if.org Git - docbook-dsssl/commitdiff
removed template match for literal. template matches for monospace
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 10 Mar 2008 09:34:57 +0000 (09:34 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 10 Mar 2008 09:34:57 +0000 (09:34 +0000)
inlines are all imported from the HTML stylesheet

xsl/manpages/inline.xsl

index 17243cb4b4db920bbb65043cfb60c276b3519389..35183cfd3e1ea38781300025c3df311311515fd9 100644 (file)
 </xsl:template>
 
 <!-- * indexterm instances produce groff comments like this: -->
-<!-- *  -->
 <!-- * .\" primary: secondary: tertiary -->
 <xsl:template match="indexterm">
   <xsl:text>.\" </xsl:text>
   </xsl:if>
 </xsl:template>
 
-<xsl:template match="literal">
-  <xsl:call-template name="inline.monoseq"/>
-</xsl:template>
-
 </xsl:stylesheet>