]> granicus.if.org Git - docbook-dsssl/commitdiff
Added templates to suppress titleabbrev
authorNorman Walsh <ndw@nwalsh.com>
Wed, 1 Aug 2001 08:52:29 +0000 (08:52 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 1 Aug 2001 08:52:29 +0000 (08:52 +0000)
xsl/fo/sections.xsl

index d11e214d8d0019399a49e34895aef5d735fcd03b..3da5bd0556b83bdc9d1a84210d3161415260a225 100644 (file)
   </fo:block>
 </xsl:template>
 
-<xsl:template match="section/subtitle"></xsl:template>
-<xsl:template match="section/title"></xsl:template>
 <xsl:template match="sectioninfo"></xsl:template>
+<xsl:template match="section/title"></xsl:template>
+<xsl:template match="section/titleabbrev"></xsl:template>
+<xsl:template match="section/subtitle"></xsl:template>
 
+<xsl:template match="sect1info"></xsl:template>
 <xsl:template match="sect1/title"></xsl:template>
+<xsl:template match="sect1/titleabbrev"></xsl:template>
 <xsl:template match="sect1/subtitle"></xsl:template>
-<xsl:template match="sect1info"></xsl:template>
 
+<xsl:template match="sect2info"></xsl:template>
 <xsl:template match="sect2/title"></xsl:template>
+<xsl:template match="sect2/titleabbrev"></xsl:template>
 <xsl:template match="sect2/subtitle"></xsl:template>
-<xsl:template match="sect2info"></xsl:template>
 
+<xsl:template match="sect3info"></xsl:template>
 <xsl:template match="sect3/title"></xsl:template>
+<xsl:template match="sect3/titleabbrev"></xsl:template>
 <xsl:template match="sect3/subtitle"></xsl:template>
-<xsl:template match="sect3info"></xsl:template>
 
+<xsl:template match="sect4info"></xsl:template>
 <xsl:template match="sect4/title"></xsl:template>
+<xsl:template match="sect4/titleabbrev"></xsl:template>
 <xsl:template match="sect4/subtitle"></xsl:template>
-<xsl:template match="sect4info"></xsl:template>
 
+<xsl:template match="sect5info"></xsl:template>
 <xsl:template match="sect5/title"></xsl:template>
+<xsl:template match="sect5/titleabbrev"></xsl:template>
 <xsl:template match="sect5/subtitle"></xsl:template>
-<xsl:template match="sect5info"></xsl:template>
 
 <xsl:template match="simplesect/title"></xsl:template>
+<xsl:template match="simplesect/titleabbrev"></xsl:template>
 <xsl:template match="simplesect/subtitle"></xsl:template>
 
 <!-- ==================================================================== -->