You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/09/09 00:08:38 UTC

svn commit: r812710 - /httpcomponents/httpclient/trunk/src/docbkx/resources/xsl/fopdf.xsl

Author: sebb
Date: Tue Sep  8 22:08:37 2009
New Revision: 812710

URL: http://svn.apache.org/viewvc?rev=812710&view=rev
Log:
Show titles in bookmark pane

Modified:
    httpcomponents/httpclient/trunk/src/docbkx/resources/xsl/fopdf.xsl

Modified: httpcomponents/httpclient/trunk/src/docbkx/resources/xsl/fopdf.xsl
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/resources/xsl/fopdf.xsl?rev=812710&r1=812709&r2=812710&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/resources/xsl/fopdf.xsl (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/resources/xsl/fopdf.xsl Tue Sep  8 22:08:37 2009
@@ -122,6 +122,9 @@
     <!-- Show only Sections up to level 3 in the TOCs -->
     <xsl:param name="toc.section.depth">2</xsl:param>
 
+    <!-- Show titles in bookmarks pane -->
+    <xsl:param name="fop1.extensions">1</xsl:param>
+
     <!-- Dot and Whitespace as separator in TOC between Label and Title-->
     <xsl:param name="autotoc.label.separator" select="'.  '"/>