cookbook: Make the table of content have a depth of 2

Instead of showing Problem/Solution/Discussion for each recipe, let's
just show the title of those recipes.
This commit is contained in:
Damien Lespiau 2010-08-06 15:39:01 +01:00
parent 86c3be550e
commit 7032e24950

View File

@ -2,6 +2,9 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:include href="ref-html-style.xsl"/>
<!-- Make the ToC be of depth 2 -->
<xsl:param name="toc.max.depth" select="2"/>
<!-- Strip leading and trailing space from text children of programlisting -->
<xsl:template match="programlisting/text()">