summaryrefslogtreecommitdiff
path: root/docs/html-to-website-xml.xsl
diff options
context:
space:
mode:
authorMarek Majkowski <marek@rabbitmq.com>2010-07-01 11:14:05 +0100
committerMarek Majkowski <marek@rabbitmq.com>2010-07-01 11:14:05 +0100
commitc4873b1f14b8272bbbf1c6ceda0badad29b3ac86 (patch)
tree88f993f76e6541360f006429caaf7926046f477a /docs/html-to-website-xml.xsl
parent91fcaa3520f00ba0ed3d3cea870b2c1f34cb496b (diff)
parent084e69a6adf36365d253826239d11ff90f5587aa (diff)
downloadrabbitmq-server-bug22906.tar.gz
default merged into bug22906bug22906
Diffstat (limited to 'docs/html-to-website-xml.xsl')
-rw-r--r--docs/html-to-website-xml.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl
index f2117e26..662dbea0 100644
--- a/docs/html-to-website-xml.xsl
+++ b/docs/html-to-website-xml.xsl
@@ -58,13 +58,13 @@
<!-- Specific instructions to revert the DocBook HTML to be more like our ad-hoc XML schema -->
<xsl:template match="div[@class='refsect1'] | div[@class='refnamediv'] | div[@class='refsynopsisdiv']">
- <doc:section name="{@title}">
+ <doc:section name="{h2}">
<xsl:apply-templates select="node()"/>
</doc:section>
</xsl:template>
<xsl:template match="div[@class='refsect2']">
- <doc:subsection name="{@title}">
+ <doc:subsection name="{h3}">
<xsl:apply-templates select="node()"/>
</doc:subsection>
</xsl:template>