]> granicus.if.org Git - docbook-dsssl/commitdiff
Enable using <section> for glossary in html5 output.
authorBob Stayton <bobs@sagehill.net>
Sat, 12 May 2012 23:43:04 +0000 (23:43 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 12 May 2012 23:43:04 +0000 (23:43 +0000)
xsl/html/glossary.xsl

index 8e5bfd470308b8d4f763ca81ec3f599b5f6acc1c..e7543026326128beeef1b9f982fc7f3759cc976d 100644 (file)
@@ -24,7 +24,7 @@
   &setup-language-variable;
   <xsl:call-template name="id.warning"/>
 
-  <div>
+  <xsl:element name="{$div.element}">
     <xsl:apply-templates select="." mode="common.html.attributes"/>
     <xsl:call-template name="id.attribute">
       <xsl:with-param name="conditional" select="0"/>
@@ -70,7 +70,7 @@
     <xsl:if test="not(parent::article)">
       <xsl:call-template name="process.footnotes"/>
     </xsl:if>
-  </div>
+  </xsl:element>
 </xsl:template>
 
 <xsl:template match="glossary/glossaryinfo"></xsl:template>