]> granicus.if.org Git - docbook-dsssl/commitdiff
Added object.titleabbrev.markup for consistency
authorNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 15:24:44 +0000 (15:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 20 Jan 2003 15:24:44 +0000 (15:24 +0000)
xsl/common/gentext.xsl

index 974a396783d9371ec72a715e54ae9adb9608ad21..c517a0dcc2d156f670c5ddf36e35a0a0f1fbf186 100644 (file)
 
 <!-- ============================================================ -->
 
+<xsl:template match="*" mode="object.titleabbrev.markup">
+  <xsl:param name="allow-anchors" select="0"/>
+
+  <!-- Just for consistency in template naming -->
+
+  <xsl:apply-templates select="." mode="titleabbrev.markup">
+    <xsl:with-param name="allow-anchors" select="$allow-anchors"/>
+  </xsl:apply-templates>
+</xsl:template>
+
+<!-- ============================================================ -->
+
 <xsl:template match="*" mode="object.subtitle.markup">
   <xsl:variable name="template">
     <xsl:apply-templates select="." mode="object.subtitle.template"/>