dtd2boostbook.xsl: Use chapter element instead of section

Backport manual `reference.xml` edit 895142ea8db9501e32c5ae69f38b5644997a0c50
This commit is contained in:
Nikita Kniazev 2019-02-18 01:16:21 +03:00
parent c42075541b
commit c327b26a61

View File

@ -18,7 +18,7 @@
<xsl:key name="attribute-purposes" match="attpurpose" use="@name"/>
<xsl:template match="dtd">
<section id="reference">
<chapter id="reference">
<title>Reference</title>
<para>
<xsl:text>Elements:</xsl:text>
@ -29,7 +29,7 @@
</itemizedlist>
</para>
<xsl:apply-templates select="element"/>
</section>
</chapter>
</xsl:template>
<!-- Element synopsis -->