]> granicus.if.org Git - docbook-dsssl/commitdiff
Support subtitle
authorNorman Walsh <ndw@nwalsh.com>
Sun, 29 Dec 2002 20:51:59 +0000 (20:51 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 29 Dec 2002 20:51:59 +0000 (20:51 +0000)
slides/xsl/html/slides-common.xsl

index 190fd68a6f9ac6022daeb6f8d8fc589db4adaf91..fc74eacae84091fe4782bb6e5204ef8eeb691111 100644 (file)
   </a>
 </xsl:template>
 
+<xsl:template match="subtitle">
+  <h2>
+    <xsl:apply-templates/>
+  </h2>
+</xsl:template>
+
 <xsl:template match="graphic">
   <center>
     <!-- can't this be done a better way? -->