You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/02/01 11:14:20 UTC

svn commit: r739731 - /incubator/click/trunk/tools/docbook/src/styles/html/custom.xsl

Author: sabob
Date: Sun Feb  1 10:14:19 2009
New Revision: 739731

URL: http://svn.apache.org/viewvc?rev=739731&view=rev
Log:
increased section label depth and force links to open new window

Modified:
    incubator/click/trunk/tools/docbook/src/styles/html/custom.xsl

Modified: incubator/click/trunk/tools/docbook/src/styles/html/custom.xsl
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/src/styles/html/custom.xsl?rev=739731&r1=739730&r2=739731&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/src/styles/html/custom.xsl (original)
+++ incubator/click/trunk/tools/docbook/src/styles/html/custom.xsl Sun Feb  1 10:14:19 2009
@@ -21,6 +21,7 @@
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
+  <xsl:param name="ulink.target">_blank</xsl:param>
 
 <!-- Activate Graphics -->
   <xsl:param name="admon.graphics" select="1"/>
@@ -40,7 +41,7 @@
   <!-- Label Chapters and Sections (numbering) -->
   <xsl:param name="chapter.autolabel" select="1"/>
   <xsl:param name="section.autolabel" select="1"/>
-  <xsl:param name="section.autolabel.max.depth" select="1"/>
+  <xsl:param name="section.autolabel.max.depth" select="5"/>
 
   <xsl:param name="section.label.includes.component.label" select="1"/>
   <xsl:param name="table.footnote.number.format" select="'1'"/>