mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
16.11.2011 385286adf68e91f19363ecd56e75c9d86b64fc92
Updated toc generation
2 files modified
8 ■■■■■ changed files
opendj3/src/main/docbkx-stylesheets/html/chunked.xsl 5 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl 3 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -39,7 +39,7 @@
  article/appendix  nop
  article   nop
  book      toc,title
  chapter   nop
  chapter   toc,title
  part      toc,title
  preface   nop
  qandadiv  nop
@@ -53,6 +53,7 @@
  section   nop
  set       toc,title
 </xsl:param>
 <xsl:param name="toc.section.depth" select="0" />
 <xsl:param name="toc.section.depth" select="1" />
 <xsl:param name="toc.max.depth" select="1" />
 <xsl:param name="generate.meta.abstract" select="1" />
</xsl:stylesheet>
opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
@@ -50,6 +50,7 @@
  section   nop
  set       toc,title
 </xsl:param>
 <xsl:param name="toc.section.depth" select="0" />
 <xsl:param name="toc.section.depth" select="1" />
 <xsl:param name="toc.max.depth" select="1" />
 <xsl:param name="generate.meta.abstract" select="1" />
</xsl:stylesheet>