summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg.xsl b/xorg.xsl
index cf6c649..d3b0612 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -41,6 +41,10 @@ DEALINGS IN THE SOFTWARE.
<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>
+ <!-- PDF bookmarks extensions for FOP version 0.90 and later will be used. -->
+ <xsl:param name="fop.extensions" select="0"></xsl:param>
+ <xsl:param name="fop1.extensions" select="1"></xsl:param>
+
<!--
Speed up ps & pdf creation by not creating pages with "draft" image,
thus not needing to wait for http fetch of draft.png from docbook website.