]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed obsolete component.title.mode templates.
authorBob Stayton <bobs@sagehill.net>
Fri, 13 Feb 2004 21:03:36 +0000 (21:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 13 Feb 2004 21:03:36 +0000 (21:03 +0000)
xsl/html/biblio.xsl
xsl/html/glossary.xsl
xsl/html/index.xsl

index 8779ca766e7ba88fa68b18f559d8fba000af04a4..8646dc8570a59c5f4f99aacf852f15cd9be1e892 100644 (file)
 <xsl:template match="bibliography/subtitle"></xsl:template>
 <xsl:template match="bibliography/titleabbrev"></xsl:template>
 
-<xsl:template match="bibliography/title" mode="component.title.mode">
-  <h2 class="title">
-    <xsl:call-template name="anchor">
-      <xsl:with-param name="node" select=".."/>
-    </xsl:call-template>
-    <xsl:apply-templates/>
-  </h2>
-</xsl:template>
-
-<xsl:template match="bibliography/subtitle" mode="component.title.mode">
-  <h3>
-    <i><xsl:apply-templates/></i>
-  </h3>
-</xsl:template>
-
 <!-- ==================================================================== -->
 
 <xsl:template match="bibliodiv">
index 96a6d9f2eaea26e4c2c24422a2bcfe5f8011cf70..0a5c1e761fd2f4f3dfec7c9634f2fe4e57e8cfdd 100644 (file)
 <xsl:template match="glossary/subtitle"></xsl:template>
 <xsl:template match="glossary/titleabbrev"></xsl:template>
 
-<xsl:template match="glossary/title" mode="component.title.mode">
-  <h2>
-    <xsl:apply-templates/>
-  </h2>
-</xsl:template>
-
-<xsl:template match="glossary/subtitle" mode="component.title.mode">
-  <h3>
-    <i><xsl:apply-templates/></i>
-  </h3>
-</xsl:template>
-
 <!-- ==================================================================== -->
 
 <xsl:template match="glosslist">
index e08087eb1f7f2cdaa3f7a66471fd3d552bd021f9..ef4b29abbdd52dc8a53c31747bfbb9045f971a5b 100644 (file)
 <xsl:template match="index/subtitle"></xsl:template>
 <xsl:template match="index/titleabbrev"></xsl:template>
 
-<xsl:template match="index/title" mode="component.title.mode">
-  <h2 class="title">
-    <xsl:apply-templates/>
-  </h2>
-</xsl:template>
-
-<xsl:template match="index/subtitle" mode="component.title.mode">
-  <h3>
-    <i><xsl:apply-templates/></i>
-  </h3>
-</xsl:template>
-
 <!-- ==================================================================== -->
 
 <xsl:template match="indexdiv">