summaryrefslogtreecommitdiff
path: root/stylesheets/db2html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/db2html.xsl')
-rw-r--r--stylesheets/db2html.xsl6
1 files changed, 4 insertions, 2 deletions
diff --git a/stylesheets/db2html.xsl b/stylesheets/db2html.xsl
index 15d3ab8b..cf9863aa 100644
--- a/stylesheets/db2html.xsl
+++ b/stylesheets/db2html.xsl
@@ -7,7 +7,7 @@
<xsl:include href="gettext.xsl"/>
<xsl:include href="db2html-common.xsl"/>
-<xsl:include href="db2html-node.xsl"/>
+<xsl:include href="db2html-header.xsl"/>
<xsl:include href="db2html-title.xsl"/>
<xsl:include href="db2html-chunk.xsl"/>
@@ -34,7 +34,9 @@
<xsl:include href="db2html-xref.xsl"/>
<xsl:template match="/">
- <xsl:apply-templates select="book | article" mode="chunk.mode"/>
+ <xsl:call-template name="chunk">
+ <xsl:with-param name="node" select="*"/>
+ </xsl:call-template>
</xsl:template>
<xsl:template match="*">