]> granicus.if.org Git - docbook-dsssl/commitdiff
Process refsynopsisdiv titles in their own template so they don't get default title...
authorNorman Walsh <ndw@nwalsh.com>
Wed, 13 Mar 2002 18:27:46 +0000 (18:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 13 Mar 2002 18:27:46 +0000 (18:27 +0000)
xsl/html/refentry.xsl

index 350b114011bd8ebabb89caaf495cabf16dd71968..6ef6700e3726f26c253c29aa0196969124467201 100644 (file)
 <xsl:template match="refsynopsisdiv/title">
 </xsl:template>
 
+<xsl:template match="refsynopsisdiv/title" mode="titlepage.mode">
+  <xsl:apply-templates/>
+</xsl:template>
+
 <xsl:template match="refsect1|refsect2|refsect3">
   <xsl:call-template name="block.object"/>
 </xsl:template>