]> granicus.if.org Git - docbook-dsssl/commitdiff
Add dialogue and poetry to html/publishers.xsl
authorPeter Fleck <peterfleck@gmail.com>
Sat, 8 Jul 2017 10:29:07 +0000 (12:29 +0200)
committerbobstayton <bobs@sagehill.net>
Thu, 7 Jun 2018 18:46:16 +0000 (11:46 -0700)
xsl/html/publishers.xsl

index 307f2ec768f5deb4cc4582294976ddc7b25aec1f..080a38a26181430e9c611e2e38c6152caaa02152 100644 (file)
   </div>
 </xsl:template>
 
+<xsl:template match="d:dialogue">
+
+  <div>
+    <xsl:call-template name="common.html.attributes"/>
+    <xsl:call-template name="id.attribute"/>
+    <xsl:call-template name="anchor"/>
+
+    <xsl:call-template name="dialogue.titlepage"/>
+
+    <xsl:apply-templates/>
+
+  </div>
+</xsl:template>
+
+<xsl:template match="d:poetry">
+
+  <div>
+    <xsl:call-template name="common.html.attributes"/>
+    <xsl:call-template name="id.attribute"/>
+    <xsl:call-template name="anchor"/>
+
+    <xsl:call-template name="poetry.titlepage"/>
+
+    <xsl:apply-templates/>
+
+  </div>
+</xsl:template>
+
 <xsl:template match="d:stagedir">
 
   <div>