mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
dtd2boostbook.xsl: Use chapter
element instead of section
Backport manual `reference.xml` edit 895142ea8db9501e32c5ae69f38b5644997a0c50
This commit is contained in:
parent
c42075541b
commit
c327b26a61
@ -18,7 +18,7 @@
|
|||||||
<xsl:key name="attribute-purposes" match="attpurpose" use="@name"/>
|
<xsl:key name="attribute-purposes" match="attpurpose" use="@name"/>
|
||||||
|
|
||||||
<xsl:template match="dtd">
|
<xsl:template match="dtd">
|
||||||
<section id="reference">
|
<chapter id="reference">
|
||||||
<title>Reference</title>
|
<title>Reference</title>
|
||||||
<para>
|
<para>
|
||||||
<xsl:text>Elements:</xsl:text>
|
<xsl:text>Elements:</xsl:text>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
<xsl:apply-templates select="element"/>
|
<xsl:apply-templates select="element"/>
|
||||||
</section>
|
</chapter>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- Element synopsis -->
|
<!-- Element synopsis -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user