summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander@src.gnome.org>2002-05-26 21:44:42 +0000
committerSander Vesik <sander@src.gnome.org>2002-05-26 21:44:42 +0000
commitedcd6250babb9d72aaa958dca73909c5de0c9059 (patch)
tree3a4ea66e72553885a7e7398d9d9c6f8c014ea1af
parent60111436dde99ff20ba35c731b988bf89617e383 (diff)
downloadyelp-edcd6250babb9d72aaa958dca73909c5de0c9059.tar.gz
Support sect3-s in the multichunk mode
-rw-r--r--stylesheets/yelp-customization.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index ea5cbbb2..d94d6aac 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -463,6 +463,14 @@
<xsl:comment> End of chunk </xsl:comment>
</xsl:for-each>
+<xsl:for-each select="sect1/sect2/sect3">
+ <xsl:comment> Start of chunk: [<xsl:value-of select="@id"/>] </xsl:comment>
+ <xsl:call-template name="article.render.chunk">
+ <xsl:with-param name="title" select="$container/title"/>
+ </xsl:call-template>
+ <xsl:comment> End of chunk </xsl:comment>
+</xsl:for-each>
+
<xsl:comment> Start of footer </xsl:comment>
</xsl:template>