]> granicus.if.org Git - docbook-dsssl/commitdiff
Support title on blockquote
authorNorman Walsh <ndw@nwalsh.com>
Sun, 12 May 2002 11:16:32 +0000 (11:16 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 12 May 2002 11:16:32 +0000 (11:16 +0000)
xsl/html/block.xsl

index f03909a2bdae892c2b505c47e30e06a026cf8edc..720d81eebba49778ac5b6db016d010d5234ff1d9 100644 (file)
   </xsl:choose>
 </xsl:template>
 
+<xsl:template match="blockquote/title">
+  <div class="blockquote-title">
+    <p>
+      <b>
+        <xsl:apply-templates/>
+      </b>
+    </p>
+  </div>
+</xsl:template>
+
 <xsl:template match="epigraph">
   <div class="{name(.)}">
     <xsl:apply-templates select="para"/>