]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug 3590039 abstract/title not rendered.
authorBob Stayton <bobs@sagehill.net>
Mon, 26 Nov 2012 23:10:44 +0000 (23:10 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 26 Nov 2012 23:10:44 +0000 (23:10 +0000)
xsl/html/block.xsl

index aac0367a9809e005279343ee50fa4e5a286a0dd1..5d2f8d51ae1dcf2b9e71448dbfa6edb103fc9294 100644 (file)
 
 <!-- ==================================================================== -->
 
-<xsl:template match="abstract|sidebar">
+<xsl:template match="sidebar">
   <div>
     <xsl:call-template name="common.html.attributes"/>
     <xsl:call-template name="id.attribute"/>
 
 <xsl:template match="sidebar/sidebarinfo|sidebar/info"/>
 
+<xsl:template match="abstract">
+  <div>
+    <xsl:call-template name="common.html.attributes"/>
+    <xsl:call-template name="anchor"/>
+    <xsl:call-template name="formal.object.heading">
+      <xsl:with-param name="title">
+        <xsl:apply-templates select="." mode="title.markup">
+          <xsl:with-param name="allow-anchors" select="'1'"/>
+        </xsl:apply-templates>
+      </xsl:with-param>
+    </xsl:call-template>
+    <xsl:apply-templates/>
+  </div>
+</xsl:template>
+
 <!-- ==================================================================== -->
 
 <xsl:template match="msgset">